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
)
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 See Also