OrganizationServiceContextExtensions.ValidateSavedQuery Method (OrganizationServiceContext, String, Int32)

 

Applies To: Dynamics CRM 2013

Validates a saved query. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Messages
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public static void ValidateSavedQuery(
    this OrganizationServiceContext context,
    string fetchXml,
    int queryType
)
public:
[ExtensionAttribute]
static void ValidateSavedQuery(
    OrganizationServiceContext^ context,
    String^ fetchXml,
    int queryType
)
static member ValidateSavedQuery : 
        context:OrganizationServiceContext *
        fetchXml:string *
        queryType:int -> unit
<ExtensionAttribute>
Public Shared Sub ValidateSavedQuery (
    context As OrganizationServiceContext,
    fetchXml As String,
    queryType As Integer
)

Parameters

Remarks

This is a method wrapper for the ValidateSavedQueryRequest and ValidateSavedQueryResponse classes. See the documentation in the Request class for more information about this message.

See Also

OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top