Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability

This routine is available starting with SIL Engine 4.8.0.8.

Syntax

...

Button handy
blanktrue
color#0052CC
nameSend Feedback
linkhttps://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=admGetAllScreenSchemes+-+15480822
widthauto

Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

admGetAllScreenSchemes()

Package

adm

Alias

Pkg Usage

allScreenSchemes()

Description

Excerpt
hiddentrue
Returns the list Screen Scheme names that exist in the Jira environment.  

Returns the list Screen Scheme names that exist in the Jira environment.

Return

...

Type

stringString [] (array of strings)The requested names of all screens.

Example

Code Block
string [] sSchemes = admGetAllScreenSchemes();
for(string sName in sSchemes) {
	runnerLog(sName);
	// Default Screen Scheme
	// TEST: Scrum Default Screen Scheme
}

The requested names of all screens.

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "screen_admin_routine" and space = currentSpace ( )
labelsarray_routines