OrganizationServiceContextExtensions.RetrieveParsedDataImportFile Method (OrganizationServiceContext, Guid, PagingInfo)
Applies To: Dynamics CRM 2013
Retrieves the data from the parse table. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static string[][] RetrieveParsedDataImportFile(
this OrganizationServiceContext context,
Guid importFileId,
PagingInfo pagingInfo
)
public:
[ExtensionAttribute]
static array<array<String^>^>^ RetrieveParsedDataImportFile(
OrganizationServiceContext^ context,
Guid importFileId,
PagingInfo^ pagingInfo
)
static member RetrieveParsedDataImportFile :
context:OrganizationServiceContext *
importFileId:Guid *
pagingInfo:PagingInfo -> string[][]
<ExtensionAttribute>
Public Shared Function RetrieveParsedDataImportFile (
context As OrganizationServiceContext,
importFileId As Guid,
pagingInfo As PagingInfo
) As String()()
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- importFileId
Type: System.Guid
- pagingInfo
Type: Microsoft.Xrm.Sdk.Query.PagingInfo
Return Value
Type: System.String[][]
Returns String.
Remarks
This is a method wrapper for the RetrieveParsedDataImportFileRequest and RetrieveParsedDataImportFileResponse 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