Open this page in the API Guide

IFileSystemService.SetDescription 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 (25.1.0.1000)
Syntax
void SetDescription(
	Guid entryId,
	string description
)

Parameters

entryId
Type: System.Guid
The ID of the entry.
description
Type: System.String
The description.
Exceptions
ExceptionCondition
ArgumentExceptionentryId is Empty.
ArgumentNullExceptiondescription is null.
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