InfoPathTemplate Complex Type
Applies to: SharePoint Workspace 2010 | Visual Studio 2008
The InfoPathTemplate type contains the InfoPath definition of a form.
Syntax
<InfoPathTemplate>
<Contents />
<URN />
<PublishURL />
<Version />
</InfoPathTemplate>
Complex Type Elements
Element |
Data type |
Description |
---|---|---|
Contents |
Contains the InfoPath template, which is the InfoPath .xsn file. |
|
URN |
xs:string |
Contains the InfoPath form ID, which is a unique name starting with "urn:". |
PublishURL |
xs:string |
Contains the template PublishURL, which is the location where the template was published before being imported into an InfoPath tool. Typically, the PublishURL is either a web address or a file path. |
Version |
xs:string |
A string representing the InfoPath template version, such as "1.0.0.8". |
See Also
Reference
GrooveForms2.ReadInfoPathTemplate Operation