IFileSystemServiceSetTags Method |
Sets the explicit tags of an entry.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxvoid SetTags(
Guid entryId,
ICollection<string> tags
)
Sub SetTags (
entryId As Guid,
tags As ICollection(Of String)
)
void SetTags(
Guid entryId,
ICollection<String^>^ tags
)
abstract SetTags :
entryId : Guid *
tags : ICollection<string> -> unit
Parameters
- entryId
- Type: SystemGuid
The ID of the entry. - tags
- Type: System.Collections.GenericICollectionString
The tags.
Exceptions
RemarksTags set to an entry will be propagated to the entry children as inherited.
See Also