ITokenServiceGetTokenEntities Method |
Gets the entities using specified token.
Namespace:
Dundas.BI.Data.Parameters.Tokens
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxICollection<FileSystemEntry> GetTokenEntities(
Guid tokenId,
GetEntryOptions options
)
Function GetTokenEntities (
tokenId As Guid,
options As GetEntryOptions
) As ICollection(Of FileSystemEntry)
ICollection<FileSystemEntry^>^ GetTokenEntities(
Guid tokenId,
GetEntryOptions options
)
abstract GetTokenEntities :
tokenId : Guid *
options : GetEntryOptions -> ICollection<FileSystemEntry>
Parameters
- tokenId
- Type: SystemGuid
The token identifier. - options
- Type: Dundas.BI.FileSystemGetEntryOptions
Options affecting the behavior of the retrieval of the referencing entities.
Return Value
Type:
ICollectionFileSystemEntryThe entities using specified token.
Exceptions
See Also