Please enable JavaScript to view this site.

Navigation: Advanced topics > Programming topics > Labels/Titles API > Methods

Labels/Titles API: getProjectLogo

Scroll Prev Next More

 

Gets the project logo.

Syntax

Labels.getProjectLogo(language)

Arguments

language

the language of the logo. If the language parameter is not specified, the current language is used.

Return value

Returns the project logo. The project logo can be set in the Label Editor.

Example

Get the Project logo.

 

Labels.getProjectLogo();

See also:

Labels/Titles API: setProjectLogo()

Miscellaneous settings: Project logo

Page Designer: Working with page elements

About Labels/Titles API