Click or drag to resize
ObjectQuerySettingsBinaryData Method
Sets whether the binary data should be included to the result

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public ObjectQuerySettings BinaryData(
	bool binary
)

Parameters

binary
Type: SystemBoolean
Include binary data?

Return Value

Type: ObjectQuerySettings
See Also