EntitySearchRequest Constructor (String, Int32, Int32, String)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

Initializes a new instance of the EntitySearchRequest class using the using the entity search name, page count, page number, and paging cookie.

Namespace:   Microsoft.Crm.UnifiedServiceDesk.Dynamics.EntitySearch
Assembly:  Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Syntax

public EntitySearchRequest(
    string entitySearchName,
    int pageCount,
    int pageNumber,
    string pageCookie = ""
)
Public Sub New (
    entitySearchName As String,
    pageCount As Integer,
    pageNumber As Integer,
    pageCookie As String
)

Parameters

  • entitySearchName
    Type: System.String

    The Entity Search record name to use for searching records.

  • pageCount
    Type: System.Int32

    The number of records to return per page.

  • pageNumber
    Type: System.Int32

    The page number of the result set to return the data.

  • pageCookie
    Type: System.String

    The current paging information. Specify String.Empty to retrieve the first page of the result set.

Remarks

Use this constructor to return large datasets in pages for faster performance.

See Also

EntitySearchRequest Overload
EntitySearchRequest Class
Microsoft.Crm.UnifiedServiceDesk.Dynamics.EntitySearch Namespace

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright