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.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax Stream InputStream { get; }
Property Value
Type:
StreamExceptions Exception | Condition |
---|
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