Click or drag to resize
BCFolderGetCreatableFolderTypes Method (Boolean)
Returns the collection of folder types that are creatable in the folder.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: 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
)

Parameters

allowNoType
Type: SystemBoolean
A value indicating whether a folder/project with no type is creatable.

Return Value

Type: BCReadOnlyCollectionBCFolderType
The collection of folder types that are creatable in the folder.
See Also