Dela via


ImportExtension.BeforeApplicationRecordImport Method (ApplicationRecord)

 

Applies To: Dynamics CRM 2015

Called Before each application record is imported.

Namespace:   Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase
Assembly:  Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase (in Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.dll)

Syntax

public abstract ApplicationRecord BeforeApplicationRecordImport(
    ApplicationRecord app
)
public:
virtual ApplicationRecord^ BeforeApplicationRecordImport(
    ApplicationRecord^ app
) abstract
abstract BeforeApplicationRecordImport : 
        app:ApplicationRecord -> ApplicationRecord
Public MustOverride Function BeforeApplicationRecordImport (
    app As ApplicationRecord
) As ApplicationRecord

Parameters

Return Value

Type: Microsoft.Uii.Common.Entities.ApplicationRecord

See Also

ImportExtension Class
Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright