ObjectTypeInfoGetSiteWhereCondition Method |
Gets the site where condition for this query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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:
WhereConditionSee Also