Click or drag to resize
BCRepositoryNewFolder Method (BCFolder, BCFolderType)

Note: This API is now obsolete.

Creates a new sub-folder of the specified type.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
[ObsoleteAttribute("This method might be removed from future versions. Use the "NewFolder" method of the parent folder.")]
public BCFolder NewFolder(
	BCFolder parent,
	BCFolderType type
)

Parameters

parent
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolder
The parent folder of the sub-folder.
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: BCFolder
The created sub-folder.
Remarks
This method might be removed from future versions. Use the NewFolder method of the parent folder.
See Also