AboutContactLogin

Index

UpdateGroup

The UpdateGroup method updates a photoset group.

Group UpdateGroup(
    int groupId,
    GroupUpdater updater
    )

Parameters

groupId
ID of the photoset group to update
updater
Group updater object that contains the requested changes

Returns

Snapshot of the updated group

Remarks

The returned snapshot has the following fields loaded: Id, Title, Caption, CreatedOn, ModifiedOn, AccessDescriptor, GroupIndex, Owner, Elements.

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

See Also