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: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[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; } |
Visual Basic |
---|
<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 |
Visual C++ |
---|
[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.")] public: property bool IsConfigurable { bool get (); } |
Remarks
This property might be removed from future versions.
Use the FolderType property getter: if it returns nullNothingnullptra null reference (Nothing in Visual Basic)
then the folder is not configurable.