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 (8.0.2.1001)
SyntaxIReadOnlyCollection<EntryTag> GetInheritedTags(
Guid entryId
)
Function GetInheritedTags (
entryId As Guid
) As IReadOnlyCollection(Of EntryTag)
IReadOnlyCollection<EntryTag^>^ GetInheritedTags(
Guid entryId
)
abstract GetInheritedTags :
entryId : Guid -> IReadOnlyCollection<EntryTag>
Parameters
- entryId
- Type: SystemGuid
ID of the entry.
Return Value
Type:
IReadOnlyCollectionEntryTagA list of inherited entry tags.
Exceptions| Exception | Condition |
|---|
| ArgumentException | entryId is Empty. |
| InvalidSessionException | The caller context is not associated with a valid session. |
RemarksThe explicit entry tags are not included in the returned collection.
See Also