Expand Minimize
This topic has not yet been rated - Rate this topic

XdDocumentVersionMode Enumeration (Microsoft.Office.Interop.InfoPath)

The XdDocumentVersionMode enumeration is used to determine how a Microsoft Office InfoPath form will be opened.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
public enum XdDocumentVersionMode
 Member nameDescription
xdCanOpenInReadOnlyModeThe form is opened in read-only mode. 
xdCanTransformSignedThe form is opened and its transform applied, even though it has a digital signature. 
xdDoNotInstallActiveXCabsThe form is opened but ActiveX controls are not installed from the cab files. 
xdFailOnVersionMismatchThe form is created or opened only if it is accessible and its version number matches the version number of the form template. 
xdFailOnVersionOlderThe form is created or opened only if it is accessible and its version number is not older than the version number of the form template. 
xdIgnoreDataAdaptersQueryFailureThe form is opened even if the query associated with its data adapter fails to return data. 
xdPromptTransformSignedThe form is opened and the Digital Signatures dialog box is displayed before the form's transform is applied. 
xdUseExistingVersionThe form is created or opened using the existing version number of the form template. 

These enumerated values are used as arguments to the New and Open methods of the ExternalApplication object and XDocumentsCollection collection.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.