AssetCreationEventArgsStream Property
|
Gets/sets the IO stream to be used when creating the
Asset.
Namespace:
Ingeniux.CMS.Event
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public Stream Stream { get; set; }
Public Property Stream As Stream
Get
Set
public:
property Stream^ Stream {
Stream^ get ();
void set (Stream^ value);
}
member Stream : Stream with get, set
Property Value
Type:
StreamSee Also