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 (8.0.2.1001)
Syntax
void SetTags(
	Guid entryId,
	ICollection<string> tags
)

Parameters

entryId
Type: SystemGuid
The ID of the entry.
tags
Type: System.Collections.GenericICollectionString
The tags.
Exceptions
ExceptionCondition
ArgumentExceptionentryId is Empty.
ArgumentNullExceptiontags is .
NotFoundExceptionThe entry specified by entryId does not exist.
NoPrivilegeExceptionThe caller does not have the Write privilege on the specified entry.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
Tags set to an entry will be propagated to the entry children as inherited.
See Also