BCFolder NewConfigurableFolder Method (BCFolderType)Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Creates a new sub-folder in the folder with the specified type.

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

[ObsoleteAttribute("This method might be removed from future versions. Use one of the "NewFolder" overloaded methods.")]
public BCFolder NewConfigurableFolder(
	BCFolderType type
)

Return Value

The created sub-folder.
Remarks

This method might be removed from future versions. Use one of the NewFolder overloaded methods.
See Also