Table of Contents

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

stringValue string

The 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

string

Methods

ToString()

Converts to string.

public override string ToString()

Returns

string

A string that represents this instance.

See Also