Search Results for

    Show / Hide Table of Contents

    Class ChangeTokenOptions

    Represents a change token that is usable in ChangeQueryOptions.

    Inheritance
    System.Object
    ChangeTokenOptions
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class ChangeTokenOptions : object, IChangeToken

    Constructors

    ChangeTokenOptions()

    Initializes a new instance of the ChangeTokenOptions class.

    Declaration
    public ChangeTokenOptions()

    ChangeTokenOptions(String)

    Initializes a new instance of the ChangeTokenOptions class.

    Declaration
    public ChangeTokenOptions(string stringValue)
    Parameters
    System.String stringValue

    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.

    Declaration
    public string StringValue { get; set; }
    Property Value
    System.String

    Implements
    IChangeToken.StringValue

    Methods

    ToString()

    Converts to string.

    Declaration
    public override string ToString()
    Returns
    System.String

    A that represents this instance.

    See Also

    IChangeToken
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer