ASPxClientTokenBox.GetTokenCollection Method
In This Article
Returns a collection of tokens.
#Declaration
TypeScript
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