AboutContactLogin

Index

RotatePhoto

The RotatePhoto method rotates a photo.

Photo RotatePhoto(
    int photoId,
    PhotoRotation rotation
    )

Parameters

photoId
Identifier of the photo to rotate
rotation
Specifies how to rotate the photo

Returns

Snapshot of the updated photo

Remarks

The returned snapshot has all the fields loaded.

The photo identified by the photoId parameter must be owned by the currently authenticated user.

See Also