Skip to main content

SortAsParameter

  • This class represents the "SORT-AS" parameter

  • SortAsParameter should be called with a single argument that is an instance of ParameterValueType or an array of ParameterValueTypes if you wish to specify multiple values

new SortAsParameter([
new ParameterValueType("Harten"),
new ParameterValueType("Rene"),
]);

new SortAsParameter(new ParameterValueType("Pau Shou Chang"));