BCFolderIsConfigurable Property |
Note: This API is now obsolete.
Gets a value indicating whether the folder is a configurable folder.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.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; }
<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 ReadOnly Property IsConfigurable As Boolean
Get
public:
[ObsoleteAttribute(L"This property might be removed from future versions. Use the "FolderType" property getter: if it returns null then the folder is not configurable.")]
property bool IsConfigurable {
bool get ();
}
[<ObsoleteAttribute("This property might be removed from future versions. Use the "FolderType" property getter: if it returns null then the folder is not configurable.")>]
member IsConfigurable : bool with get
Property Value
Type:
BooleanRemarks
This property might be removed from future versions.
Use the
FolderType property getter: if it returns
then the folder is not configurable.
See Also