ITokenServiceTokenQueryCount Method  | 
 
            Gets the number of tokens corresponding to the query criteria.
            
 
    Namespace: 
   Dundas.BI.Data.Parameters.Tokens
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
 - Type: System.Collections.GenericICollectionTokenQueryFilterRule
The filter rules which should be applied to the query, or  if no filters are required. 
Return Value
Type: 
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