ASPxClientTokenBox.GetTokenCollection Method
Returns a collection of tokens.
Declaration
GetTokenCollection(): string[]
Returns
Type | Description |
---|---|
string[] | A String[] object that is the collection of tokens. |
Remarks
Use the GetTokenCollection method on the client-side to gain access to the collection of tokens. To set the token collection, use the ASPxClientTokenBox.SetTokenCollection method.
See Also