Skip to main content

DeleteView

Deletes the specified view from the user's view collection.

Syntax

// Assumes shellUI has been initialized with IShellUI instance
const results = await shellUI.Vault.ViewsOperations.DeleteView({
id: 0,
});

Message

NameDescriptionType
idThe ID of the view to be deleted.number

Return type

NameDescriptionType

Example

{}