BCFSObjectIsFolder Property |
Note: This API is now obsolete.
Namespace: BlueCieloECM.InnoCielo.Meridian.Server
[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; }
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.