Click or drag to resize
BinaryData Class
Wrapper for the binary data (fox example for the web farm tasks).
Inheritance Hierarchy
SystemObject
  CMS.CoreBinaryData

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
public class BinaryData

The BinaryData type exposes the following members.

Constructors
Fields
  NameDescription
Protected fieldmData
Resulting binary data
Protected fieldmStream
Resulting stream
Top
Properties
  NameDescription
Public propertyData
Resulting binary data
Protected propertyGetData
External method used to get the binary data when required
Public propertyChecksum
Gets data checksum.
Public propertyIsLoaded
True if data were loaded to memory.
Public propertyLength
Length of the binary data
Protected propertySourceData
Source data
Public propertySourceStream
Source stream
Public propertyStream
Returns SourceStream if not null, otherwise returns SourceData wrapped in the MemoryStream.
Top
Methods
  NameDescription
Public methodClose
Closes the stream behind this binary data (if set)
Public methodStatic memberGetByteArrayFromStream
Returns byte array from input stream.
Top
Operators
See Also