IFileSystemServiceGetTagUsage Method |
Gets the explicit tags used by existing file system entries.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
SyntaxIDictionary<string, int> GetTagUsage(
string prefix
)
Function GetTagUsage (
prefix As String
) As IDictionary(Of String, Integer)
IDictionary<String^, int>^ GetTagUsage(
String^ prefix
)
abstract GetTagUsage :
prefix : string -> IDictionary<string, int>
Parameters
- prefix
- Type: SystemString
A prefix used to narrow the search results, or if no filter is required.
Return Value
Type:
IDictionaryString,
Int32A dictionary keyed by tag name, with values being the number of entries associated with that tag.
Exceptions
See Also