Creates a new sub-folder in the folder with the specified type.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: 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 )
Parameters
- type
- Type: BlueCieloECM.InnoCielo.Meridian.Server BCFolderType
The sub-folder type to create.
Return Value
The created sub-folder.Remarks
See Also