ITokenServiceGetVisibleTokens Method |
Gets the definitions of all tokens visible to the caller, filtered by project ID.
Namespace:
Dundas.BI.Data.Parameters.Tokens
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax ICollection<TokenDefinition> GetVisibleTokens(
ICollection<Guid> projectIds
)
Function GetVisibleTokens (
projectIds As ICollection(Of Guid)
) As ICollection(Of TokenDefinition)
ICollection<TokenDefinition^>^ GetVisibleTokens(
ICollection<Guid>^ projectIds
)
abstract GetVisibleTokens :
projectIds : ICollection<Guid> -> ICollection<TokenDefinition>
Parameters
- projectIds
- Type: System.Collections.GenericICollectionGuid
The IDs of any projects whose tokens should be included in the result. Include Empty
to specify that non-project tokens should be included in the result.
Return Value
Type:
ICollectionTokenDefinitionThe tokens which are visible to the caller.
Exceptions Remarks See Also