Click or drag to resize
MetaFileInfoInputStream Property
Gets or sets an input stream for loading the binary data of meta file. The loading is performed upon either SetMetaFileInfo(MetaFileInfo) call or get_MetaFileBinary access.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual Stream InputStream { get; set; }

Property Value

Type: Stream
Remarks

Binary data can be provided either by setting an input stream, or by setting the MetaFileBinary property. The provided input stream is properly disposed after it is processed (and this property is reset to null).

When meta files are configured to be stored in the file system, a stream-like processing is used (i.e. the binary data is not materialized in memory).

See Also