BCFolderNewFolder Method (String, BCFolderType) |
Creates a new sub-folder in the folder with the specified type and 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,
BCFolderType type
)
Public Function NewFolder (
name As String,
type As BCFolderType
) As BCFolder
Parameters
- name
- Type: SystemString
The name of the sub-folder to create.
If or an empty string then the sub-folder will have auto-generated name.
- type
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolderType
The sub-folder type to create.
If , then a normal folder is created (the AMFolder type).
Return Value
Type:
BCFolderThe created sub-folder.
See Also