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.40.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This method might be removed from future versions. Use one of the "NewFolder" overloaded methods.")] public BCFolder NewConfigurableFolder( BCFolderType type ) |
| Visual Basic |
|---|
<ObsoleteAttribute("This method might be removed from future versions. Use one of the "NewFolder" overloaded methods.")> _ Public Function NewConfigurableFolder ( _ type As BCFolderType _ ) As BCFolder |
| Visual C++ |
|---|
[ObsoleteAttribute(L"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
This method might be removed from future versions.
Use one of the NewFolder overloaded methods.