Skip to main content

SetPropertiesMultiple

If the object is currently checked in, a new checked-in version is created. If the object is currently checked out, the changes are applied to the checked-out version.

Syntax

// Assumes shellUI has been initialized with IShellUI instance
const results = await shellUI.Vault.ObjectOperations.SetPropertiesMultiple({
properties: [] /* Array of SetPropertiesParams */,
});

Message

NameDescriptionType
propertiesParameters as JSON array (one set of parameters per object).SetPropertiesParams[]

Return type

NameDescriptionType
resultsResults as JSON array.ExtObjectInfo[]

Example

{
"results": [] /* Array of ExtObjectInfo */
}