IFileSystemServiceGetInheritedTags Method

Gets the inherited tags of the specified entry.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
IReadOnlyCollection<EntryTag> GetInheritedTags(
	Guid entryId
)

Parameters

entryId
Type: SystemGuid
ID of the entry.

Return Value

Type: IReadOnlyCollectionEntryTag
A list of inherited entry tags.
Exceptions
ExceptionCondition
ArgumentExceptionentryId is Empty.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
The explicit entry tags are not included in the returned collection.
See Also