ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Portal Namespace / PortalQueryParameters Class
Properties Methods


In This Topic
    PortalQueryParameters Class Members
    In This Topic

    The following tables list the members exposed by PortalQueryParameters.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the search extent for a spatial search. A valid search requires either a bounding box, or a Query, or both.  
    Public PropertyGets 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.  
    Public Property Gets or sets the organization id to use in the query.  
    Public PropertyGets or sets the query string to search against.  
    Public Property Gets a formatted query string based on the PortalQueryParameter properties  
    Public PropertyGets or sets the field to sort by. (e.g for groups the allowed field names are title, owner, and created).  
    Public PropertyGets or sets a value indicating whether order returns in ascending or descending order. Default is ascending.  
    Public PropertyGets 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.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Returns query parameters that will find items with a specified group.  
    Public Methodstatic (Shared in Visual Basic)Returns query parameters that will find items with a specified type.  
    Public Methodstatic (Shared in Visual Basic)Returns query parameters that will find items with a specified type in the specified group.  
    Public Methodstatic (Shared in Visual Basic)Returns query parameters that will find items with the specified types, group and owner.  
    Public Methodstatic (Shared in Visual Basic)Returns query parameters that will find items with a specified type and owner.  
    Public Methodstatic (Shared in Visual Basic)Returns query parameters that will find items with a specified item Id.  
    Public Methodstatic (Shared in Visual Basic)Returns query parameters that will find items with a specified item owner.  
    Top
    See Also