Skip to main content

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

NameDescriptionType
call_importanceThe importance level of this call. Typically eciNormal.CallImportance

Return type

NameDescriptionType
value_listsValue list names and IDs as JSON array (represented by MF_ObjectTypeBasic struct.ValueList[]

Example

{
"value_lists": [] /* Array of ValueList */
}