Click or drag to resize
ObjectTypeInfoGetSiteWhereCondition Method
Gets the site where condition for this query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public WhereCondition GetSiteWhereCondition(
	SiteInfoIdentifier siteIdentifier,
	bool includeGlobal
)

Parameters

siteIdentifier
Type: CMS.DataEngineSiteInfoIdentifier
Identifier of an existing site, or null.
includeGlobal
Type: SystemBoolean
Include global objects

Return Value

Type: WhereCondition
See Also