ITokenServiceGetTokenEntityIds Method

Gets the entity IDs using specified token.

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
ICollection<Guid> GetTokenEntityIds(
	Guid tokenId,
	GetEntryOptions options
)

Parameters

tokenId  Guid
The token identifier.
options  GetEntryOptions
Options affecting the behavior of the retrieval of the referencing entities.

Return Value

ICollectionGuid
The IDs of the entities using specified token.
Exceptions
ExceptionCondition
ArgumentExceptiontokenId is Empty.
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also