GetValueLists
Gets value lists.
Syntax
// Assumes shellUI has been initialized with IShellUI instance
const results = await shellUI.Vault.ValueListsOperations.GetValueLists({
call_importance: 2 /* Enum: CallImportance */,
});
Message
| Name | Description | Type |
|---|---|---|
call_importance | The importance level of this call. Typically eciNormal. | CallImportance |
Return type
| Name | Description | Type |
|---|---|---|
value_lists | The value lists, as an array of ObjectTypeBasic objects. | ValueList[] |
Example
{
"value_lists": [] /* Array of ValueList */
}