BCRepositoryNewFolder Method (BCFolder) |
Note: This API is now obsolete.
Creates a new sub-folder.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax [ObsoleteAttribute("This method might be removed from future versions. Use the "NewFolder" method of the parent folder.")]
public BCFolder NewFolder(
BCFolder parent
)
<ObsoleteAttribute("This method might be removed from future versions. Use the "NewFolder" method of the parent folder.")>
Public Function NewFolder (
parent As BCFolder
) As BCFolder
Parameters
- parent
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolder
The parent folder of the sub-folder.
Return Value
Type:
BCFolderThe created sub-folder.
Remarks
This method might be removed from future versions.
Use the NewFolder method of the parent folder.
See Also