ASPxClientTokenBox.SetTokenCollection(collection) Method
In This Article
Sets a collection of tokens.
#Declaration
TypeScript
SetTokenCollection(
collection: string[]
): void
#Parameters
Name | Type | Description |
---|---|---|
collection | string[] | A object that is the collection of tokens. |
#Remarks
Use the SetTokenCollection method on the client-side to set the collection of tokens. To get the token collection, use the ASPxClientTokenBox.GetTokenCollection method.
See Also