Click or drag to resize
IUploadedFileInputStream Property
Gets a Stream object that points to an uploaded file. This property will return the same object when it is accessed multiple times.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
Stream InputStream { get; }

Property Value

Type: Stream
Exceptions
ExceptionCondition
NotSupportedException Thrown when the implementation of IUploadedFile does not support accessing the input stream via shared object and the input stream must be accessed via OpenReadStream method.
See Also