Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- site
Type: Microsoft.SharePoint.SPSite
The SPSite object where the form template is located.
Return Value
Type: System.Uri
A Uri, in the form of a URL, of the form template location.