addPageToPersonaCategory

On this page
Back to index

Summary

Adds a persona page to a given category.
personaCategoryName
Stringrequired
The persona category name.
personaPageName
Stringrequired
The persona page name.
afterPage
Stringoptional
If specified, the page will be placed after the named page.
beforePage
Stringoptional
If specified, the page will be placed before the named page.

Usage

Perl

$cmdr->addPageToPersonaCategory( "test-personaCategoryName", # personaCategoryName "test-personaPageName" # personaPageName # optionals );

ectool

ectool addPageToPersonaCategory \ "test-personaCategoryName" `# personaCategoryName` \ "test-personaPageName" `# personaPageName` \ # optionals