BCFolderGetCreatableFolderTypes Method (Boolean, Boolean) |
Returns the collection of folder types that are creatable in the folder.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCReadOnlyCollection<BCFolderType> GetCreatableFolderTypes(
out bool allowNoType,
bool projectsOnly
)
Public Function GetCreatableFolderTypes (
<OutAttribute> ByRef allowNoType As Boolean,
projectsOnly As Boolean
) As BCReadOnlyCollection(Of BCFolderType)
public:
BCReadOnlyCollection<BCFolderType^>^ GetCreatableFolderTypes(
[OutAttribute] bool% allowNoType,
bool projectsOnly
)
member GetCreatableFolderTypes :
allowNoType : bool byref *
projectsOnly : bool -> BCReadOnlyCollection<BCFolderType>
Parameters
- allowNoType
- Type: SystemBoolean
A value indicating whether a folder/project with no type is creatable.
- projectsOnly
- Type: SystemBoolean
A value indicating whether only projects are taken into account.
If then only folders are taken into account.
Return Value
Type:
BCReadOnlyCollectionBCFolderTypeThe collection of folder types that are creatable in the folder.
See Also