GroupUpdater
The GroupUpdater object contains the information used to create or update a photoset group object.
GroupUpdater
{
string Title,
string Caption,
string CustomReference // new in version 1.1
}Members
- Title
- Specifies a new group title. If this value is not provided, the group title does not change. The maximum length of this field is 200 characters.
- Caption
- Specifies a new group caption. If this value is not provided, the group caption does not change. The maximum length of this field is 10,000 characters.
- CustomReference
- Specifies a new friendly URL path for this group. The string should not include the leading slash, for example, "weddings/john-and-mary". Specify an empty string to remove the friendly URL. This field is new in API version 1.1.
See also