BCFolder IsConfigurable Property Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Gets a value indicating whether the folder is a configurable folder.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

[ObsoleteAttribute("This property might be removed from future versions. Use the "FolderType" property getter: if it returns null then the folder is not configurable.")]
public bool IsConfigurable { get; }
Remarks

This property might be removed from future versions. Use the FolderType property getter: if it returns   then the folder is not configurable.
See Also