IFileSystemServiceSetDescription Method

Sets the description property of an entry.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void SetDescription(
	Guid entryId,
	string description
)

Parameters

entryId
Type: SystemGuid
The ID of the entry.
description
Type: SystemString
The description.
Exceptions
ExceptionCondition
ArgumentExceptionentryId is Empty.
ArgumentNullExceptiondescription 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.
See Also