Click or drag to resize
UploadCommandAddFile Method (String, String, Boolean)
Add a file to the upload request

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

Parameters

id
Type: SystemString
Aras ID of the file
path
Type: SystemString
Physical path of 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