Class ChangeTokenOptions
Represents a change token that is usable in ChangeQueryOptions.
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class ChangeTokenOptions : IChangeToken
Represents a change token that is usable in ChangeQueryOptions.
public class ChangeTokenOptions : IChangeToken
Initializes a new instance of the ChangeTokenOptions class.
public ChangeTokenOptions(string stringValue)
|
string
stringValue
The string value. |
Gets or sets a string value that contains the serialized representation of the change token generated by the protocol server.
public string StringValue { get; set; }
| string |
Converts to string.
public override string ToString()
|
string
A string that represents this instance. |