Share via


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.

See Also

Reference

ContentDeploymentJob Class

ContentDeploymentJob Members

Microsoft.SharePoint.Publishing.Administration Namespace