createOutbar
createOutbar(
__namedParameters,skipIfExists?):boolean
Creates a new outbar with the specified properties.
Parameters
__namedParameters
skipIfExists?
boolean
Whether to skip creation if the outbar already exists. Defaults to true. The readAccessProfiles will still be attached even if the outbar exists.
Returns
boolean
true if the outbar was created, false if it already exists, but only if skipIfExists is true.
Throws
When unable to create the outbar.