Click or drag to resize
ModuleManagerRemoveReadOnlyObject Method
Removes object structures.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void RemoveReadOnlyObject(
	string objectType,
	bool logTask
)

Parameters

objectType
Type: SystemString
Object type
logTask
Type: SystemBoolean
If true, web farm tasks are logged
See Also