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)
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
RemarksThe explicit entry tags are not included in the returned collection.
See Also