Tell me more ×
SmugMug Stack Exchange is a question and answer site for SmugMug developers and end users. It's 100% free, no registration required.

There no description for the API method reSort. What does it do?

share|improve this question
Nothing that I can tell :-) It's also not completely documented as I know it requires "By" and "Direction" arguments which are not documented. I initially thought this was to change the sort ordering of an album, but albums.changeSettings does that. – lildude Jun 20 '12 at 9:34

1 Answer

You can take a look at the Java API docs which go into more details. The method seems to allow you to rearrange the photos currently in the gallery by filename, date etc.

Note that this seems to be for an older version of the SmugMug API. I'm not an API expert and haven't verified that the information in the docs linked to is actually correct.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.