addPersonaSubpage

On this page
Back to index

Summary

Adds one or more persona subpage to a given page.
personaPageName
Stringrequired
The persona page name.
personaPages
Array<Unknown>optional
A list of subpages.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.addPersonaSubpage( personaPageName: "test-personaPageName" /* optional arguments */ )