Click or drag to resize
BaseInfoGeneralizedInfoWrapperGetBinaryData 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: 12.0.0
Syntax
C#
public BinaryData GetBinaryData()

Return Value

Type: BinaryData
See Also