ITokenServiceTokenQueryCount Method |
Gets the number of tokens corresponding to the query criteria.
Namespace: Dundas.BI.Data.Parameters.TokensAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxint TokenQueryCount(
ICollection<TokenQueryFilterRule>? filter
)
Function TokenQueryCount (
filter As ICollection(Of TokenQueryFilterRule)
) As Integer
int TokenQueryCount(
ICollection<TokenQueryFilterRule^>^ filter
)
abstract TokenQueryCount :
filter : ICollection<TokenQueryFilterRule> -> int Parameters
- filter ICollectionTokenQueryFilterRule
- The filter rules which should be applied to the query, or if no filters are required.
Return Value
Int32
The number of token definitions matching the query criteria.
Exceptions
Remarks
The results are automatically filtered to exclude tokens which are not accessible to the caller.
See Also