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)
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 .
ArgumentOutOfRangeExceptionAny of the specified tags is longer than MaxNameLength in length.
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