Constructor
# new NewCollection()
Used to create parameters when creating a new image collection. See
EditCollection
to handle edit parameters.
- Source:
Methods
# setDescription(description)
Parameters:
Name | Type | Description |
---|---|---|
description |
String | Description of the collection. |
- Source:
# setPrivate(private)
Parameters:
Name | Type | Description |
---|---|---|
private |
Boolean | Set this to true to set the collection private. Defaults to false. |
- Source:
# setTitle(title)
Sets the title of the collection.
Parameters:
Name | Type | Description |
---|---|---|
title |
String | The title of the collection. |
- Source: