AboutContactLogin

Index

SetPhotoSetTitlePhoto

The SetPhotoSetTitlePhoto method assigns a cover photo to a gallery or collection.

void SetPhotoSetTitlePhoto(
    int photoSetId,
    int photoId
    )

Parameters

photosetId
Identifier of the photoset for which the cover photo should be set
photoId
Identifier of the photograph to be used as a cover photo

Remarks

The photoset identified by the photoSetId parameter must be owned by the currently authenticated user.

See Also