Click or drag to resize
IObjectQueryTQuery, TObjectOnSite Method
Filters the data to include only records on the given site. If site binding is defined, filters the global objects by the site ID

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
TQuery OnSite(
	SiteInfoIdentifier siteIdentifier,
	bool includeGlobal = false
)

Parameters

siteIdentifier
Type: CMS.DataEngineSiteInfoIdentifier
Site identifier
includeGlobal (Optional)
Type: SystemBoolean
If true, includes the global objects in case the object type covers both site and global objects

Return Value

Type: TQuery
See Also