Click or drag to resize
ObjectQueryBaseTQuery, TObjectWithID Method
Sets the where condition for a specific object ID

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TQuery WithID(
	int objectId
)

Parameters

objectId
Type: SystemInt32
Object ID

Return Value

Type: TQuery

Implements

IObjectQueryTQuery, TObjectWithID(Int32)
See Also