Click or drag to resize

FileControllerCreateFile Method (String, Stream, Boolean)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual int CreateFile(
	string fileName,
	Stream fileStream,
	bool temporary = false
)

Parameters

fileName
Type: SystemString
fileStream
Type: System.IOStream
temporary (Optional)
Type: SystemBoolean

Return Value

Type: Int32
See Also