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 (24.3.0.1000)
Syntax
IList<ParameterToken> GetParameterTokens(
	Guid projectId,
	CompatibleDataTypes parameterDataTypes,
	TokenDisplayTypes tokenDisplayTypes,
	bool includeAttributeTokens,
	Guid hierarchyEntityId,
	string hierarchyUniqueName
)

Parameters

projectId
Type: SystemGuid
The project ID.
parameterDataTypes
Type: Dundas.BI.Data.ParametersCompatibleDataTypes
The parameter data types.
tokenDisplayTypes
Type: Dundas.BI.Data.Parameters.TokensTokenDisplayTypes
The token display types.
includeAttributeTokens
Type: SystemBoolean
Value that indicates if attribute tokens are to be included in the result.
hierarchyEntityId
Type: SystemGuid
The hierarchy parent entity ID.
hierarchyUniqueName
Type: SystemString
The unique name of the hierarchy.

Return Value

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