Thumbnail View - Display infos
Relevant information can be displayed on image thumbnails in SharinPix albums. The options that can be displayed are:
Filename
Tags
Title
Date
Custom label

Filename
Boolean
Displays the filename of the image.
Title
Boolean
Displays the image's title. This value can be set either by making use of the image_caption ability or on the SharinPix mobile app.
Date
String
Displays the date on which the image has been created. Date formats can be found here. For example, date: 'L'
Custom label
String
This parameter allows the display of a custom label. The value of the custom label should be stored in a Salesforce field on the sObject SharinPixImage__c. The Salesforce field API name should then be used as the value for the parameter custom_label , for example: custom_label: 'CustomFilename__c', where CustomFilename__c refers to the API name of the Salesforce field storing the value for the custom label.
SharinPix Permission
SharinPix Permissions can be used to activate the abilities corresponding to the above mentioned options.

Apex Class & VF Page Implementations
The display parameters can be used as shown in the following code snippets.
Tip:
SharinPix also provides download parameters that can be used to personalize the download filenames. For more information about these parameters and how to configure them, refer to the following article:
Multiple Image download (ZIP) - How to personalize the download filenames
Last updated

