Gets or sets the type of the folder.
Returns nullNothingnullptra null reference (Nothing in Visual Basic) if the folder is normal (the AMFolder type).
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCFolderType FolderType { get; set; } |
Visual Basic |
---|
Public Property FolderType As BCFolderType Get Set |
Visual C++ |
---|
public: property BCFolderType^ FolderType { BCFolderType^ get (); void set (BCFolderType^ value); } |