Table of Contents

Interface IChangeToken

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Represents the unique sequential location of a change within the change log.

public interface IChangeToken

Properties

StringValue

Gets or sets a string value that contains the serialized representation of the change token generated by the protocol server.

string StringValue { get; }

Property Value

string