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 (25.3.0.1000)
SyntaxIList<ParameterToken> GetParameterTokens(
	Guid projectId,
	CompatibleDataTypes parameterDataTypes,
	TokenDisplayTypes tokenDisplayTypes,
	bool includeAttributeTokens,
	Guid hierarchyEntityId,
	string? hierarchyUniqueName
)
Function GetParameterTokens ( 
	projectId As Guid,
	parameterDataTypes As CompatibleDataTypes,
	tokenDisplayTypes As TokenDisplayTypes,
	includeAttributeTokens As Boolean,
	hierarchyEntityId As Guid,
	hierarchyUniqueName As String
) As IList(Of ParameterToken)
IList<ParameterToken^>^ GetParameterTokens(
	Guid projectId, 
	CompatibleDataTypes parameterDataTypes, 
	TokenDisplayTypes tokenDisplayTypes, 
	bool includeAttributeTokens, 
	Guid hierarchyEntityId, 
	String^ hierarchyUniqueName
)
abstract GetParameterTokens : 
        projectId : Guid * 
        parameterDataTypes : CompatibleDataTypes * 
        tokenDisplayTypes : TokenDisplayTypes * 
        includeAttributeTokens : bool * 
        hierarchyEntityId : Guid * 
        hierarchyUniqueName : string -> IList<ParameterToken> 
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: 
IListParameterTokenThe list of the parameter tokens.
Exceptions
See Also