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 (25.3.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
See Also