Returns the collection of folder types that are creatable in the specified folder.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCReadOnlyCollection<BCFolderType> GetCreatableFolderTypes(
	BCFolder folder,
	out bool allowNoType
)
Visual Basic
Public Function GetCreatableFolderTypes ( _
	folder As BCFolder, _
	<OutAttribute> ByRef allowNoType As Boolean _
) As BCReadOnlyCollection(Of BCFolderType)
Visual C++
public:
BCReadOnlyCollection<BCFolderType^>^ GetCreatableFolderTypes(
	BCFolder^ folder, 
	[OutAttribute] bool% allowNoType
)

Parameters

folder
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCFolder
The folder in which returned types are creatable.
allowNoType
Type: System..::..Boolean%
A value indicating whether a folder with no type is creatable.

Return Value

The collection of folder types that are creatable in the specified folder.

See Also