Syntax
struct SortingInfo;
Description
contains a sorting info.
Field Summary
|
PropertyName |
specifies the name of a property to use for sorting ( e.g. "Title" ).
|
|
Ascending |
contains a flag indicating the sort mode (ascending or descending).
|
|
Field Details
|
|
Syntax
string PropertyName;
Description
specifies the name of a property to use for sorting ( e.g. "Title" ).
Syntax
boolean Ascending;
Description
contains a flag indicating the sort mode (ascending or descending).
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.