SynchronizationHelperGetObjectWhereCondition Method |
Gets the where condition for specified type of object.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax public static WhereCondition GetObjectWhereCondition(
string objectType,
int siteId
)
Parameters
- objectType
- Type: SystemString
Object type - siteId
- Type: SystemInt32
Site ID for the site objects
Return Value
Type:
WhereConditionSee Also