BCFolderNewFolder Method (String) |
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: 4.0.0.0 (4.0.111.0)
Syntax public BCFolder NewFolder(
string name
)
Public Function NewFolder (
name As String
) As BCFolder
Parameters
- name
- Type: SystemString
The name of the normal sub-folder to create.
If or an empty string then the sub-folder will have auto-generated name.
Return Value
Type:
BCFolderThe created normal sub-folder.
See Also