Video Set
Retrieve the id of the video set.
{{ set.id }}
Retrieve the count of the number of photos in the video set.
{{ set.videos_count }}
Check to see if the set has an image source.
{{ set.image_src? }}
Retrieve the image source of the video set.
{{ set.image_src }}
Retrieve the count of the number of photos in the video set.
{{ set.photos_count }}
Retrieve the body of the video set.
{{ set.body }}
Retrieve the parent of the video set.
{{ set.parent }}
Retrieve the created_at date of the video set.
{{ set.created_at }}
Retrieve the updated_at date of the video set.
{{ set.updated_at }}
Retrieve the publish date of the video set.
{{ set.publish_date }}
Retrieve the expiration date of the video set.
{{ set.expire_date }}
Retrieve the url path of the video set.
{{ set.url_path }}
Check to see if there are breadcrumbs associated with the video set.
{{ set.breadcrumbs? }}
Check to see if there are comments associated with the video set.
{{ set.comments? }}
Check to see if there are tags associated with the video set.
{{ set.tags? }}
Retrieve the breadcrumbs of the video set.
{{ set.breadcrumbs }}
Retrieve the tags associated with the video set.
{{ set.tags }}