Creates a new normal sub-folder in the folder with the specified name.

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 BCFolder NewFolder(
	string name
)
Visual Basic
Public Function NewFolder ( _
	name As String _
) As BCFolder
Visual C++
public:
BCFolder^ NewFolder(
	String^ name
)

Parameters

name
Type: System..::..String
The name of the normal sub-folder to create. If nullNothingnullptra null reference (Nothing in Visual Basic) or an empty string then the sub-folder will have auto-generated name.

Return Value

The created normal sub-folder.

See Also