Back to index
Summary
Adds a persona page to a given category.| personaCategoryNameStringrequiredThe persona category name. personaPageNameStringrequiredThe persona page name. afterPageStringoptionalIf specified, the page will be placed after the named page. beforePageStringoptionalIf specified, the page will be placed before the named page. | 
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.addPageToPersonaCategory( personaCategoryName: "test-personaCategoryName", personaPageName: "test-personaPageName" /* optional arguments */ )