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