ContentDeploymentJob.FileLocation property
Gets the location of the data files that have been exported.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property FileLocation As String
Get
'Usage
Dim instance As ContentDeploymentJob
Dim value As String
value = instance.FileLocation
public string FileLocation { get; }
Property value
Type: System.String
The location of the exported data files.