ModuleManager.RemoveReadOnlyObject Method |
Removes object structures.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntaxpublic static void RemoveReadOnlyObject(
string objectType,
bool logTask
)
Parameters
- objectType
- Type: System.String
Object type - logTask
- Type: System.Boolean
If true, web farm tasks are logged
See Also