Append Function
Appends the contents of an .evdoc file located on the Canvas Envision Portal cloud solution to an Envision document currently opened in the Canvas Envision Creator app.
Append(file?: [[[EvCloudFile|evcloudfile-interface.html]]]): Promise<void>
Parameters
file?: EvCloudFileAn
EvCloudFileobject with the location of an appended .evdoc file on the Canvas Envision Portal cloud solution. If it is not given, a dialog pops up to search for and select the file.
Return value
Promise<void>A Promise that, if fulfilled, resolves to void.
06 March 2025