Click or drag to resize
UploadCommandAddFile Method (String, Stream, Boolean)
Add a file to the request without specifying an ID

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public string AddFile(
	string path,
	Stream data,
	bool isNew = true
)

Parameters

path
Type: SystemString
Path (or pseudo path) of the file
data
Type: System.IOStream
Stream of data representing the file
isNew (Optional)
Type: SystemBoolean
Is this a new file being added to the database for the first time?

Return Value

Type: String
AML file string useful for building a larger AML statement
See Also