BCFSObjectIsFolder Property |
Note: This API is now obsolete.
Gets a value indicating whether the object is a 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. 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; }
<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
public:
[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.")]
property bool IsFolder {
bool get ();
}
[<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.")>]
member IsFolder : bool with get
Property Value
Type:
BooleanRemarks
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