This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Publisher > ESRI.ArcGIS.Publisher > Interfaces > IP > IPMFPackage Interface > IPMFPackage.ValidatePMFForPackage Method (ArcObjects .NET 10.4 SDK) |
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 );