Click or drag to resize
BaseInfoGetBinaryData Method
Returns the BinaryData object of the current instance. Has to be overridden by specific classes. Returns null by default.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual BinaryData GetBinaryData()

Return Value

Type: BinaryData
See Also