Gets a value indicating whether the object is a folder.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: 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. Check the type of the object using the Is keyword, e.g.: myObject is BCFolder in C# and TypeOf myObject Is BCFolder in VB.NET.")]
public bool IsFolder { get; }
Visual Basic
<ObsoleteAttribute("This property might be removed from future versions. Check the type of the object using the Is keyword, e.g.: myObject is BCFolder in C# and TypeOf myObject Is BCFolder in VB.NET.")> _
Public ReadOnly Property IsFolder As Boolean
	Get
Visual C++
[ObsoleteAttribute(L"This property might be removed from future versions. Check the type of the object using the Is keyword, e.g.: myObject is BCFolder in C# and TypeOf myObject Is BCFolder in VB.NET.")]
public:
property bool IsFolder {
	bool get ();
}

Remarks

This property might be removed from future versions.

Check the type of the object using the Is keyword, e.g.: myObject is BCFolder in C# and TypeOf myObject Is BCFolder in VB.NET.

See Also