OrganizationServiceContextExtensions.RetrieveFormXml<TResponse> Method (OrganizationServiceContext, String)

 

Applies To: Dynamics CRM 2013

For internal use only. (Developer Extensions)

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

Syntax

public static TResponse RetrieveFormXml<TResponse>(
    this OrganizationServiceContext context,
    string entityName
)
where TResponse : OrganizationResponse
public:
generic<typename TResponse>
where TResponse : OrganizationResponse
[ExtensionAttribute]
static TResponse RetrieveFormXml(
    OrganizationServiceContext^ context,
    String^ entityName
)
static member RetrieveFormXml<'TResponse when 'TResponse : OrganizationResponse> : 
        context:OrganizationServiceContext *
        entityName:string -> 'TResponse
<ExtensionAttribute>
Public Shared Function RetrieveFormXml(Of TResponse As OrganizationResponse) (
    context As OrganizationServiceContext,
    entityName As String
) As TResponse

Parameters

Return Value

Type: TResponse

Returns String.

Type Parameters

  • TResponse

Remarks

This is a method wrapper for the RetrieveFormXmlRequest and RetrieveFormXmlResponse 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