Click or drag to resize
ClassStructureInfoRemove Method
Removes the specified class structure definition.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static void Remove(
	string className,
	bool logTask
)

Parameters

className
Type: SystemString
ClassName to remove
logTask
Type: SystemBoolean
If true, web farm tasks are logged
See Also