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 (9.0.0.1000)
Syntaxvoid SetDescription(
Guid entryId,
string description
)
Sub SetDescription (
entryId As Guid,
description As String
)
void SetDescription(
Guid entryId,
String^ description
)
abstract SetDescription :
entryId : Guid *
description : string -> unit
Parameters
- entryId
- Type: SystemGuid
The ID of the entry. - description
- Type: SystemString
The description.
Exceptions| Exception | Condition |
|---|
| ArgumentException | entryId is Empty. |
| ArgumentNullException | description is . |
| NotFoundException | The entry specified by entryId does not exist. |
| NoPrivilegeException | The caller does not have the Write privilege on the specified entry. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also