PhotoResult
The PhotoResult structure represents the results of a photo search.
PhotoResult
{
Photo[] Photos,
int TotalCount
}Members
- Photos
- An array of Photo snapshots that correspond to photos in the requested range that satisfy the search criteria
- TotalCount
- Total number of photos satisfying the search criteria
See also