Skip to content

API Get Files

yasindilekci edited this page Sep 5, 2016 · 3 revisions

Description

Get FileAsset objects that were added to any of the given groups.

Methods

This method is supported by both minify tools: $jsMinifyTool.getFiles() & $cssMinifyTool.getFiles().

.getFiles(groups)

Parameters

Field Type Description
groups
required
String The groups to get the files from separated by commas.

Response

A set of FileAsset objects that were added to any of the given groups.

Clone this wiki locally