Click or drag to resize
IClassSiteInfoProviderRemove Method
Deletes ClassSiteInfo binding.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
void Remove(
	int classId,
	int siteId
)

Parameters

classId
Type: SystemInt32
Class ID.
siteId
Type: SystemInt32
Site ID.
See Also