SPExecutingConversionRequest.SiteUrl property
NOTE: This API is now obsolete.
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)
Syntax
'Declaration
<ObsoleteAttribute("This member is obsolete.", False)> _
Public ReadOnly Property SiteUrl As String
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As String
value = instance.SiteUrl
[ObsoleteAttribute("This member is obsolete.", false)]
public string SiteUrl { get; }
Property value
Type: System.String
A string that contains the URL of the Web site.
See also
Reference
SPExecutingConversionRequest class