Creates a new normal sub-folder in the folder with the specified name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
Visual Basic |
---|
Public Function NewFolder ( _
name As String _
) As BCFolder |
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