Converts the folder to a configurable folder of the specified type.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This method might be removed from future versions. Use the "FolderType" property setter to convert.")] public BCFolder ConvertToConfigurableFolder( BCFolderType type ) |
| Visual Basic |
|---|
<ObsoleteAttribute("This method might be removed from future versions. Use the "FolderType" property setter to convert.")> _ Public Function ConvertToConfigurableFolder ( _ type As BCFolderType _ ) As BCFolder |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This method might be removed from future versions. Use the "FolderType" property setter to convert.")] public: BCFolder^ ConvertToConfigurableFolder( BCFolderType^ type ) |
Parameters
- type
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCFolderType
The type of the configurable folder.
Return Value
The configurable folder.
Remarks
This method might be removed from future versions.
Use the FolderType property setter to convert.