ShareFavoritesSet
The ShareFavoritesSet method shares a favorites set with the photographer.
void ShareFavoritesSet(
long favoritesSetId,
string favoritesSetName,
string sharerName,
string sharerEmail,
string sharerMessage
)Parameters
- favoritesSetId
- 64-bit identifier of the favorites set to share
- favoritesSetName
- Sets the name of the favorites set
- sharerName
- Name of the person sharing the favorites set. This information is provided to the photographer.
- sharerEmail
- E-mail address of the person sharing the favorites set. This information is provided to the photographer.
- sharerMessage
- A message to the photographer
See Also