Click or drag to resize
ClassSiteInfoProviderAdd Method
Creates ClassSiteInfo binding.

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

Parameters

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

Implements

IClassSiteInfoProviderAdd(Int32, Int32)
See Also