BCFolderNewConfigurableFolder Method (BCFolderType) |
Note: This API is now obsolete.
Creates a new sub-folder in the folder with the specified type.
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 one of the "NewFolder" overloaded methods.")]
public BCFolder NewConfigurableFolder(
BCFolderType type
)
<ObsoleteAttribute("This method might be removed from future versions. Use one of the "NewFolder" overloaded methods.")>
Public Function NewConfigurableFolder (
type As BCFolderType
) As BCFolder
Parameters
- type
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolderType
The sub-folder type to create.
Return Value
Type:
BCFolderThe created sub-folder.
Remarks
This method might be removed from future versions.
Use one of the NewFolder overloaded methods.
See Also