AboutContactLogin

Index

SetGroupTitlePhoto

The SetGroupTitlePhoto method assigns a cover photo to a group.

void SetGroupTitlePhoto(
    int groupId,
    int photoId,
    )

Parameters

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

Remarks

The group identified by the groupId parameter must be owned by the currently authenticated user.

See Also