Click or drag to resize
ObjectQuerySettingsBinaryData Method

Note: This API is now obsolete.

Sets whether the binary data should be included to the result

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("Use property IDataQuery.IncludeBinaryData instead", 
	true)]
public ObjectQuerySettings BinaryData(
	bool binary
)

Parameters

binary
Type: SystemBoolean
Include binary data?

Return Value

Type: ObjectQuerySettings
See Also