ITokenServiceResolveToken Method (Guid, Int32, TokenDisplayTypes, IHierarchy) |
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 (10.0.0.1002)
Syntaxstring ResolveToken(
Guid tokenId,
int offset,
TokenDisplayTypes displayType,
IHierarchy hierarchy
)
Function ResolveToken (
tokenId As Guid,
offset As Integer,
displayType As TokenDisplayTypes,
hierarchy As IHierarchy
) As String
String^ ResolveToken(
Guid tokenId,
int offset,
TokenDisplayTypes displayType,
IHierarchy^ hierarchy
)
abstract ResolveToken :
tokenId : Guid *
offset : int *
displayType : TokenDisplayTypes *
hierarchy : IHierarchy -> string
Parameters
- tokenId
- Type: SystemGuid
The token identifier. - offset
- Type: SystemInt32
The offset. - displayType
- Type: Dundas.BI.Data.Parameters.TokensTokenDisplayTypes
The display type. - hierarchy
- Type: Dundas.BI.Data.MetadataIHierarchy
The related hierarchy (optional).
Return Value
Type:
StringResolved value or
if the token is not resolvable.
Exceptions
See Also