Skip to end of metadata
Go to start of metadata
Outdated
Please upgrade to the latest version.

API Method: smugmug.albums.reSort

This method will re-sort all the photos inside of the album specified by AlbumID. Note that this is a one-time event, and doesn't apply directly to images added in the future by other means.

Arguments:

  • String SessionID
  • int AlbumID
  • String By
    o Current valid values:
    + FileName
    + Caption
    + DateTime
  • String Direction
    o Valid values:
    + ASC
    + DESC

Result:

  • boolean Album

Fault Codes:

  • 12 - "invalid sort method"
  • 13 - "invalid sort direction"
  • 5 - "system error"
Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Mar 07, 2008

    Anonymous

    By=Caption returns Fault Code 12.  The other two work.