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.
Include Protected Members
Include Inherited Members
Represents a collection of SPChangeToken objects.
The SPChangeTokenCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPChangeTokenCollection() | Initializes a new instance of the SPChangeTokenCollection class. |
![]() |
SPChangeTokenCollection(String) | Initializes a new instance of the SPChangeTokenCollection class based on its serialized form. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of change tokens contained in the collection. (Overrides SPBaseCollection.Count.) |
![]() |
Item[Guid] | Gets the change token with the specified GUID from the collection of change token objects. |
![]() |
Item[Int32] | Gets the change token at the specified index in the collection of change token objects. |
![]() |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add(SPChangeToken) | Adds a change token to the collection. |
![]() |
Add(SPChangeToken, Boolean) | Adds a change token to the collection and optionally overwrites any existing change token in the collection. |
![]() |
Delete | Deletes the change token object with the specified ID from the collection. |
![]() |
Equals | Determines if the current instance is equal to another object of unknown type. (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Gets an enumerator to iterate through the collection. (Inherited from SPBaseCollection.) |
![]() |
GetHashCode | Returns the hash code for this instance. (Overrides Object.GetHashCode().) |
![]() |
GetObjectData | (Inherited from SPAutoSerializingObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetTypedEnumerator<T> | Returns a type-safe enumerator to iterate through the collection. (Inherited from SPBaseCollection.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnDeserialization | (Inherited from SPAutoSerializingObject.) |
![]() |
ToString | Gets the serialized string representation of the change token collection. (Overrides Object.ToString().) |
![]() |
UpdateParent | (Inherited from SPAutoSerializingObject.) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Returns a Boolean value that indicates whether the two specified SPChangeTokenCollection objects are equal. |
![]() ![]() |
Inequality | Returns a Boolean value that indicates whether the two specified SPChangeTokenCollection objects are unequal. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICollection.CopyTo | Copies the elements of the collection to an array, starting at the specified array index. (Inherited from SPBaseCollection.) |
![]() ![]() |
ICollection.IsSynchronized | Gets a Boolean value that indicates whether access to the collection is synchronized or thread-safe. (Inherited from SPBaseCollection.) |
![]() ![]() |
ICollection.SyncRoot | Gets an object that is used to synchronize access to the collection. (Inherited from SPBaseCollection.) |
Top