FormTemplate.GetAbsoluteUrl method

Gets the full URL of a form template on a SharePoint site.

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

Syntax

'Declaration
Public Function GetAbsoluteUrl ( _
    site As SPSite _
) As Uri
'Usage
Dim instance As FormTemplate
Dim site As SPSite
Dim returnValue As Uri

returnValue = instance.GetAbsoluteUrl(site)
public Uri GetAbsoluteUrl(
    SPSite site
)

Parameters

Return value

Type: System.Uri
A Uri, in the form of a URL, of the form template location.

See also

Reference

FormTemplate class

FormTemplate members

Microsoft.Office.InfoPath.Server.Administration namespace