MetaFileInfoMetaFileBinary Property |
Gets or sets meta file binary data.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public virtual byte[] MetaFileBinary { get; set; }
Property Value
Type:
ByteRemarks
When meta file binary data is not set and
InputStream is provided,
the binary data is loaded from the stream.
See Also