API Reference
| Classic JavaDoc |
ItemsIterator.sort
public void sort(String pProperty, boolean pDescendingOrder)
Sorts the items by the specified property.Parameters:
Throws:
pProperty | The name of the property by which to sort enclosed in brackets (for example, "[CompanyName]"). May not be a user-defined field, and may not be a multi-valued property, such as a category. |
pDescendingOrder | true to sort in descending order; false otherwise. |
ComponentObjectModelException | if an error occurs |
Community comments
Powered by JavaDocPlus