Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetSiteWhereCondition Method (Int32)
Gets the where condition to limit the objects to specific site.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public WhereCondition GetSiteWhereCondition(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID to filter by

Return Value

Type: WhereCondition
See Also