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)
Syntax
IDictionary<string, int> GetTagUsage(
	string prefix
)

Parameters

prefix
Type: SystemString
A prefix used to narrow the search results, or if no filter is required.

Return Value

Type: IDictionaryString, Int32
A dictionary keyed by tag name, with values being the number of entries associated with that tag.
Exceptions
ExceptionCondition
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also