Click or drag to resize
ClassSiteInfoProviderDeleteClassSiteInfos Method
Deletes site bindings of the specified class.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static void DeleteClassSiteInfos(
	int classId
)

Parameters

classId
Type: SystemInt32
ID of the class.
See Also