AbstractInfoProviderTInfo, TProviderGetSiteWhereCondition Method (Int32, Boolean) |
Gets the where condition to limit the objects to specific site.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public virtual string GetSiteWhereCondition(
int siteId,
bool combine
)
Parameters
- siteId
- Type: SystemInt32
Site ID to filter by - combine
- Type: SystemBoolean
True - both site and global objects are included. False - only site objects are included
Return Value
Type:
StringSee Also