Share via


FormTemplate.FormFolderPath Property

Gets the path of the folder that contains the form template represented by the FormTemplate object.

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Public ReadOnly Property FormFolderPath As String
    Get
'Usage
Dim instance As FormTemplate
Dim value As String

value = instance.FormFolderPath
public string FormFolderPath { get; }

Property Value

Type: System.String
The path of the folder that contains the form template.

See Also

Reference

FormTemplate Class

FormTemplate Members

Microsoft.Office.InfoPath.Server.Administration Namespace