Click or drag to resize

BCFolder.GetCreatableFolderTypes Method (Boolean, 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.111.0)
Syntax
public BCReadOnlyCollection<BCFolderType> GetCreatableFolderTypes(
	out bool allowNoType,
	bool projectsOnly
)

Parameters

allowNoType
Type: System.Boolean
A value indicating whether a folder/project with no type is creatable.
projectsOnly
Type: System.Boolean
A value indicating whether only projects are taken into account. If false then only folders are taken into account.

Return Value

Type: BCReadOnlyCollection<BCFolderType>
The collection of folder types that are creatable in the folder.
See Also