SharePoint Integrator V4 - Online Help
SharePoint Integrator V4
Questions / Feedback?

PropertySortBy Property

Set this value to Ascending or Descending to tell SharePoint that this property will be used to sort the results that will be returned.

Syntax

spsearchcontrol.PropertySortBy(PropertyIndex)[=integer]

Possible Values

  sbNone(0), 
  sbAscending(1), 
  sbDescending(2)

Default Value

0

Remarks

Set this value to Ascending or Descending to tell SharePoint that this property will be used to sort the results that will be returned.

Note that if multiple properties set the PropertySortBy property, the results will be sorted by the order in which the properties are listed within the Properties collection.

Possible values are:

0 (sbNone)This property is not used in sorting (default)
1 (sbAscending) This property will be used to sort results in ascending order
2 (sbDescending) This property will be used to sort results in descending order

The size of the array is controlled by the PropertyCount property.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0