ContentMigrationSettings.DestinationSiteUrl Property
Specifies the absolute URL of the destination site collection.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property DestinationSiteUrl As String
Get
Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As String
value = instance.DestinationSiteUrl
instance.DestinationSiteUrl = value
public string DestinationSiteUrl { get; set; }
Property Value
Type: System.String
The absolute URL of the destination site collection.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The argument is a null exception. |
UriFormatException | The exception is in the URI format. |
See Also
Reference
ContentMigrationSettings Class