ITokenServiceResolveToken(Guid, Int32, TokenDisplayTypes) Method

Resolves the token to display in the UI.

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
string? ResolveToken(
	Guid tokenId,
	int offset,
	TokenDisplayTypes displayType
)

Parameters

tokenId  Guid
The token identifier.
offset  Int32
The offset.
displayType  TokenDisplayTypes
The display type.

Return Value

String
Resolved value or if the token is not resolvable.
Exceptions
ExceptionCondition
ArgumentExceptiontokenId is Empty.
NotFoundExceptionThe token referenced by tokenId cannot be found.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also