GetObjectTypes
Gets object types (basic data such as IDs and names).
Syntax
// Assumes shellUI has been initialized with IShellUI instance
const results = await shellUI.Vault.ObjectTypesOperations.GetObjectTypes({
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 |
---|---|---|
object_types | Object type names and IDs as JSON array (represented by MF_ObjectTypeBasic struct). | ValueList[] |
Example
{
"object_types": [] /* Array of ValueList */
}