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

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

Return Value

Type: BinaryData
See Also