SPDeploymentSettings.LogFilePath Property

Gets or sets a value specifying the full path to the content migration log file.

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public Property LogFilePath As String
    Get
    Set

Dim instance As SPDeploymentSettings
Dim value As String

value = instance.LogFilePath

instance.LogFilePath = value
public string LogFilePath { get; set; }

Property Value

Type: System.String
A string containing the file path. The default is a a null reference (Nothing in Visual Basic) string.

Remarks

When using the stsadm utility, this log is created by default and called [filename].[export|import].log.

See Also

Reference

SPDeploymentSettings Class

SPDeploymentSettings Members

Microsoft.SharePoint.Deployment Namespace