BCFolder.NewConfigurableFolder Method (BCFolderType) |
Note: This API is now obsolete.
Creates a new sub-folder in the folder with the specified type.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: 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 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
public:
[ObsoleteAttribute(L"This method might be removed from future versions. Use one of the "NewFolder" overloaded methods.")]
BCFolder^ NewConfigurableFolder(
BCFolderType^ type
)
[<ObsoleteAttribute("This method might be removed from future versions. Use one of the "NewFolder" overloaded methods.")>]
member NewConfigurableFolder :
type : BCFolderType -> BCFolder
Parameters
- type
- Type: BlueCieloECM.InnoCielo.Meridian.Server.BCFolderType
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