AddObjectFile
Description
Perform add file for MFD.
Syntax
// shellListing points to instance of IShellListing
await shellListing.AddObjectFile(selectedObject, fileToBeAdded);
Parameters
Name | Optionality | Type | Description |
---|---|---|---|
selectedObject | Required | ISelectedFile | Selected object info. |
fileToBeAdded | Required | FileList | Info of file to be added. See FileList from MDN |
Return type
Type | Description |
---|---|
Promise < void > | Method does not return a value |