Click or drag to resize
TokensGenerate Method
Generates a collection of tokens off a string value.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EntityCollection<Token> Generate(
	string value
)

Parameters

value
Type: SystemString
The value to parse.

Return Value

Type: EntityCollectionToken
See Also