ArcGIS API for Silverlight - Library Reference
SpatialSearchParameters Class Members
See Also  Properties  Send comments on this topic
ESRI.ArcGIS.Client.Portal Namespace : SpatialSearchParameters Class


The following tables list the members exposed by SpatialSearchParameters.

Public Constructors

Public Properties

 NameDescription
public PropertyLimitGets or sets the maximum number of results to be included in the result set response. The default value is 10 and the maximum allowed value is 100. The start index, along with the limit parameter can be used to paginate the search results. The actual number of returned results may be less than Limit. This happens when the number of results remaining after StartIndex is less than Limit. (Inherited from ESRI.ArcGIS.Client.Portal.QueryParameters)
public PropertyQueryString Gets or sets the query string to search against. (Inherited from ESRI.ArcGIS.Client.Portal.SearchParameters)
public PropertySearchExtentGets or sets the search extent for a spatial search. Search requires a SearchExtent, a SearchParameters.QueryString or both. Spatial search is an overlaps/intersects function of the search extent and the extent of the document. Sorting is not supported. Documents that have no extent (e.g., mxds, 3dds, lyr) will not be found when doing a spatial search. Document extent is assumed to be in geographic.  
public PropertySortField Gets or sets the field to sort by. e.g for groups The allowed field names are title, owner, and created. (Inherited from ESRI.ArcGIS.Client.Portal.SearchParameters)
public PropertySortOrder Describes whether order returns in ascending or descending order. Default is ascending. (Inherited from ESRI.ArcGIS.Client.Portal.SearchParameters)
public PropertyStartIndexGets or sets the index of the first entry in the result set response. The index number is 1-based. The default value of StartIndex is 1 (e.g.,. the first search result). The start index, along with the Limit parameter can be used to paginate the search results. (Inherited from ESRI.ArcGIS.Client.Portal.QueryParameters)
Top

See Also

© ESRI, Inc. All Rights Reserved.