PhotoUpdater
The PhotoUpdater object contains the information used to update a photo object.
PhotoUpdater
{
string Title,
string Caption,
string[] Keywords,
int[] Categories,
string Copyright,
string FileName
}Members
- Title
- Specifies a new photo title. If this value is not provided, the photo title does not change. The maximum length of this field is 200 characters.
- Caption
- Specifies a new photo caption. If this value is not provided, the photo caption does not change. The maximum length of this field is 10,000 characters.
- Keywords
- Specifies a new set of keywords to associate with this photo. If this value is provided, it replaces any existing keywords assigned to the photo. If this value is not provided, the keywords associated with this photo do not change. Specify an empty array in this field to completely remove all keywords. The total length of all keywords should not exceed 4,000 characters.
- Categories
- Specifies a new set of photo categories. If this value is provided, it replaces any existing categories assigned to the photo. If this value is not provided, the categories of this photo do not change. Specify an empty array in this field to completely remove all categories.
- Copyright
- Specifies a new copyright string for the photo. If this value is not provided, the photo copyright string does not change. The maximum length of this field is 100 characters.
- FileName
- Specifies a new photo file name. If this value is not provided, the file name does not change. The maximum length of this field is 256 characters.
See also