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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual void DeleteClassSiteInfosInternal(
	int classId
)

Parameters

classId
Type: SystemInt32
ID of the class.
See Also