ITokenServiceResolveToken(Guid, Int32, TokenDisplayTypes) Method |
Resolves the token to display in the UI.
Namespace: Dundas.BI.Data.Parameters.TokensAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxstring? ResolveToken(
Guid tokenId,
int offset,
TokenDisplayTypes displayType
)
Function ResolveToken (
tokenId As Guid,
offset As Integer,
displayType As TokenDisplayTypes
) As String
String^ ResolveToken(
Guid tokenId,
int offset,
TokenDisplayTypes displayType
)
abstract ResolveToken :
tokenId : Guid *
offset : int *
displayType : TokenDisplayTypes -> string Parameters
- tokenId Guid
- The token identifier.
- offset Int32
- The offset.
- displayType TokenDisplayTypes
- The display type.
Return Value
StringResolved value or
if the token is not resolvable.
Exceptions
See Also