ASPxClientTokenBox.SetTokenCollection(collection) Method
Sets a collection of tokens.
Declaration
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