AssetCreationEventArgsStream Property
|
Gets/sets the IO stream to be used when creating the
Asset.
Namespace: Ingeniux.CMS.EventAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxpublic 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
Stream
See Also