lastVersionNeedingTransform Attribute

Microsoft Office InfoPath

Show All Show All

lastVersionNeedingTransform Attribute

Identifies, temporarily, the value of the maxToVersionUpgrade attribute in the documentVersionUpgrade element for upgrade with an .xslt file if scripting code is being used for the upgrade.

Type

      xsf:xdSolutionVersion
    

Remarks

The lastVersionNeedingTransform attribute is an optional attribute of the solutionProperties element.

Example

The following is an example of the lastVersionNeedingTransform attribute as it is used in the solutionProperties element:

    <xsf: applicationParameters application="InfoPath Design Mode">
   <xsf: solutionProperties
      allowCustomization="no"
      lastOpenView="view1"
      scriptLanguage="JScript"
      automaticallyCreateNodes="no"
      lastVersionNeedingTransform="1.0.0.10"
      fullyEditableNamespace="urn:namespace1:mynames"/>
</xsf:applicationParameters>