AboutContactLogin

Index

DeleteGroup

The DeleteGroup method deletes a photoset group.

void DeleteGroup(
    int groupId
    )

Parameters

groupId
Identifier of the photoset group to delete

Remarks

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

The user's root photoset group cannot be deleted.

See Also