Click or drag to resize
SynchronizationHelper.GetObjectWhereCondition Method
Gets the where condition for specified type of object.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax
C#
public static WhereCondition GetObjectWhereCondition(
	string objectType,
	int siteId
)

Parameters

objectType
Type: System.String
Object type
siteId
Type: System.Int32
Site ID for the site objects

Return Value

Type: WhereCondition
See Also