evCreate API 5.7 Help

SetName Function

Updates the name of a given page in an Envision document currently opened in the Canvas Envision Creator app.

SetName(page: [[[EvItem|canvas-envision-document-items.html#page-items]]], name: string): Promise<void>

Parameters

page: EvItem

A Page item object of a page in the Envision document currently opened in the Canvas Envision Creator app that should be renamed.

name: string

A string, a new name for the given page.

Return value

Promise<void>

A Promise that, if fulfilled, resolves to void if the given page in the current Envision document has been successfully renamed.

13 March 2025