ITokenServiceGetParameterTokens Method

Gets the parameter tokens that are appropriate for the specified parameter options.

Namespace: Dundas.BI.Data.Parameters.Tokens
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
IList<ParameterToken> GetParameterTokens(
	Guid projectId,
	CompatibleDataTypes parameterDataTypes,
	TokenDisplayTypes tokenDisplayTypes,
	bool includeAttributeTokens,
	Guid hierarchyEntityId,
	string? hierarchyUniqueName
)

Parameters

projectId  Guid
The project ID.
parameterDataTypes  CompatibleDataTypes
The parameter data types.
tokenDisplayTypes  TokenDisplayTypes
The token display types.
includeAttributeTokens  Boolean
Value that indicates if attribute tokens are to be included in the result.
hierarchyEntityId  Guid
The hierarchy parent entity ID.
hierarchyUniqueName  String
The unique name of the hierarchy.

Return Value

IListParameterToken
The list of the parameter tokens.
Exceptions
ExceptionCondition
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also