Creates a new sub-folder with the specified type and name.
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, string name ) |
Visual Basic |
---|
<ObsoleteAttribute("This method might be removed from future versions. Use one of the "NewFolder" overloaded methods.")> _ Public Function NewConfigurableFolder ( _ type As BCFolderType, _ name As String _ ) 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, String^ name ) |
Parameters
- type
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCFolderType
The sub-folder type to create.
- name
- Type: System..::..String
The name of the sub-folder to create.
Return Value
The created sub-folder.Remarks
This method might be removed from future versions.
Use one of the NewFolder overloaded methods.