SPExecutingConversionRequest.SiteUrl Property
Gets the URL of the Web site that contains the file that is being converted.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property SiteUrl As String
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As String
value = instance.SiteUrl
public string SiteUrl { get; }
Property Value
Type: System.String
A string that contains the URL of the Web site.
See Also
Reference
SPExecutingConversionRequest Class