BCFieldPathBranchCreatableFolderTypes Property |
Gets the collection of allowed folder types.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCCollection<BCFolderType> CreatableFolderTypes { get; }
Public ReadOnly Property CreatableFolderTypes As BCCollection(Of BCFolderType)
Get
public:
property BCCollection<BCFolderType^>^ CreatableFolderTypes {
BCCollection<BCFolderType^>^ get ();
}
member CreatableFolderTypes : BCCollection<BCFolderType> with get
Property Value
Type:
BCCollectionBCFolderType
See Also