Click or drag to resize
TokensTokenize Method
Invokes the tokenizing hook.

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 string Tokenize(
	string value,
	EntityCollection<Token> tokens
)

Parameters

value
Type: SystemString
The value to parse.
tokens
Type: ConnectedApps.Cms.EntitiesEntityCollectionToken
A collection of tokens generated from the value.

Return Value

Type: String
A tokenized value reflecting the replaced tokens.
See Also