GetObjectVersionsAndProperties
Description
Gets the object versions and properties for objects in listing.
Syntax
// shellItems points to instance of IShellItems
const result = await shellItems.GetObjectVersionsAndProperties();
Return type
Type | Description |
---|---|
Promise < any > | Async promise for the object versions and properties. |