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 | Value list names and IDs as JSON array (represented by MF_ObjectTypeBasic struct. | ValueList[] |
Example
{
"value_lists": [] /* Array of ValueList */
}