Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a change token to the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Add ( _
changeToken As SPChangeToken _
)
'Usage
Dim instance As SPChangeTokenCollection
Dim changeToken As SPChangeToken
instance.Add(changeToken)
public void Add(
SPChangeToken changeToken
)
Parameters
changeToken
Type: Microsoft.SharePoint.SPChangeTokenThe change token to add.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | A change token with the same ScopeId already exists in the collection. |