Compartilhar via


SP.ChangeToken.stringValue Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

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

var value = SP.ChangeToken.get_stringValue(); 
SP.ChangeToken.set_stringValue(value);

Property Value

Type: String

Applies To

SP.ChangeToken Class

Exceptions

  • [System.ArgumentOutofRangeException]
    The change token is not recognized by the server. Error code: -2146233086
  • [System.FormatException]
    The change token is not recognized by the server. Error code: -1
  • [System.InvalidOperationException]
    The change token is not recognized by the server. Error code: -1

Remarks

When setting StringValue, the protocol client must use a value previously returned by the protocol server.

See Also

Reference

SP.ChangeToken Methods

SP.ChangeToken Properties

SP Namespace