Click or drag to resize
ObjectQuerySettingsIncludeBinaryData Property

Note: This API is now obsolete.

If true, the query includes the object binary data. Default is false

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("Use property IDataQuery.IncludeBinaryData instead", 
	true)]
public bool IncludeBinaryData { get; set; }

Property Value

Type: Boolean
See Also