Class GenerateContactSheet
Creates a contact sheet and returns the contact sheet's URL.
Defined in: GenerateContactSheet.js.
Constructor Attributes | Constructor Name and Description |
---|---|
GenerateContactSheet(src, title, description, hires, barcode, type, schema, field)
Creates a contact sheet and returns the contact sheet's URL.
|
Class Detail
GenerateContactSheet(src, title, description, hires, barcode, type, schema, field)
Creates a contact sheet and returns the contact sheet's URL.
Configures and creates a custom contact sheet based on the parameters provided. The contact sheet URL is parsed into a text object keyed by AssetID from the JSON file in which they are contained, and by default are displayed to the user.
'MBurl'/wf/generateContactSheet?src=['AssetID']&title='Title of Contact Sheet'&description='Description of Contact Sheet'&hires='true'&barcode='true'&type='Summary'&schema='Schema Title'&field='Field Name'
http://127.0.0.1:55555/wf/generateContactSheet?src=['12345']&title='Title of Contact Sheet'&description='Description of Contact Sheet'&hires='true'&barcode='true'&type='Summary'&schema='http://purl.org/dc/elements/1.1/'&field='subject'
- Parameters:
- src
- List of assetIDs.
- title
- Title of contact sheet.
- description
- Description of contact sheet.
- hires
- High Resolution photos boolean flag selection.
- barcode
- Barcode boolean flag selection.
- type
- "Detail","Summary", or "Schema" selection.
- schema
- URI of schema desired for "Summary" or "Schema" sheet types.
- field
- Field name of desired field for Summary sheet type.
- Returns:
- ( {'AssetID': "Contact Sheet URL",...} )