ITokenService.GetTokenEntityIds 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 (25.1.0.1000)
SyntaxICollection<Guid> GetTokenEntityIds(
Guid tokenId,
GetEntryOptions options
)
Function GetTokenEntityIds (
tokenId As Guid,
options As GetEntryOptions
) As ICollection(Of Guid)
ICollection<Guid>^ GetTokenEntityIds(
Guid tokenId,
GetEntryOptions options
)
abstract GetTokenEntityIds :
tokenId : Guid *
options : GetEntryOptions -> ICollection<Guid>
Parameters
- tokenId
- Type: System.Guid
The token identifier. - options
- Type: Dundas.BI.FileSystem.GetEntryOptions
Options affecting the behavior of the retrieval of the referencing entities.
Return Value
Type:
ICollection<Guid>The IDs of the entities using specified token.
Exceptions
See Also