Click or drag to resize
ClassSiteInfoProviderGet Method (Int32, Int32)
Gets an instance of the ClassSiteInfo binding structure.

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

Parameters

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

Return Value

Type: ClassSiteInfo
Returns an instance of ClassSiteInfo corresponding to given identifiers or null.

Implements

IClassSiteInfoProviderGet(Int32, Int32)
See Also