Search Results for

    Show / Hide Table of Contents

    Class ChangeTokenOptions

    Represents a change token that is usable in ChangeQueryOptions.

    Inheritance
    object
    ChangeTokenOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class ChangeTokenOptions : 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
    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
    string

    Implements
    IChangeToken.StringValue

    Methods

    ToString()

    Converts to string.

    Declaration
    public override string ToString()
    Returns
    string

    A string that represents this instance.

    Overrides
    object.ToString()

    See Also

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