Class ChangeTokenOptions
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Represents a change token that is usable in ChangeQueryOptions.
public class ChangeTokenOptions : IChangeToken
- Inheritance
-
ChangeTokenOptions
- Implements
- Inherited Members
Constructors
ChangeTokenOptions()
Initializes a new instance of the ChangeTokenOptions class.
public ChangeTokenOptions()
ChangeTokenOptions(string)
Initializes a new instance of the ChangeTokenOptions class.
public ChangeTokenOptions(string stringValue)
Parameters
stringValuestringThe string value.
Properties
StringValue
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; }
Property Value
Methods
ToString()
Converts to string.
public override string ToString()