Click or drag to resize
BCFolderDescription Property
Gets or sets the description of the folder.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public string Description { get; set; }

Property Value

Type: String
Remarks
Property FolderType must be defined (not ) before a value of the property can be set. Otherwise, the NotSupportedException will be thrown.
See Also