This document is archived and information here might be outdated.  Recommended version.


IPMFPackage.ValidatePMFForPackage Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Publisher)  

IPMFPackage.ValidatePMFForPackage Method

Perform validation on the view. The results of the validation are returned in the BSTR results parameter.

[Visual Basic .NET]
Public Sub ValidatePMFForPackage ( _
    ByVal pSettings As IPropertySet, _
    ByVal bsFilename As String, _
    ByVal bsPadding As String, _
    ByRef bSupportsPackaging As Boolean, _
    ByRef bNoLockConflict As Boolean, _
    ByRef bNoTimeout As Boolean, _
    ByRef isDataConnectionValid As Boolean, _
    ByRef bsDataReport As String, _
    ByRef isDataTypeValid As Boolean, _
    ByRef bsLayerReport As String _
)
[C#]
public void ValidatePMFForPackage (
    IPropertySet pSettings,
    string bsFilename,
    string bsPadding,
    ref bool bSupportsPackaging,
    ref bool bNoLockConflict,
    ref bool bNoTimeout,
    ref bool isDataConnectionValid,
    ref string bsDataReport,
    ref bool isDataTypeValid,
    ref string bsLayerReport
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

See Also

IPMFPackage Interface