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.53.0)
[ObsoleteAttribute("This method might be removed from future versions. Use the "FolderType" property setter to convert.")]
public BCFolder ConvertToConfigurableFolder(
BCFolderType type
)
[ObsoleteAttribute("This method might be removed from future versions. Use the "FolderType" property setter to convert.")]
public BCFolder ConvertToConfigurableFolder(
BCFolderType type
)
<ObsoleteAttribute("This method might be removed from future versions. Use the "FolderType" property setter to convert.")> _
Public Function ConvertToConfigurableFolder ( _
type As BCFolderType _
) As BCFolder
<ObsoleteAttribute("This method might be removed from future versions. Use the "FolderType" property setter to convert.")> _
Public Function ConvertToConfigurableFolder ( _
type As BCFolderType _
) As BCFolder
public:
[ObsoleteAttribute(L"This method might be removed from future versions. Use the "FolderType" property setter to convert.")]
BCFolder^ ConvertToConfigurableFolder(
BCFolderType^ type
)
public:
[ObsoleteAttribute(L"This method might be removed from future versions. Use the "FolderType" property setter to convert.")]
BCFolder^ ConvertToConfigurableFolder(
BCFolderType^ type
)
Return Value
The configurable folder.
This method might be removed from future versions.
Use the
FolderType property setter to convert.