template_getTemplates

Obtains information about all defined templates in the installation.

Syntax

public TemplateCollection template_getTemplates( String accessToken );

Description

The template_getTemplates operation obtains information about all defined templates in the installation.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

return_value

A TemplateCollection Java object that contains information about all templates in the installation.

See Also