This topic has not yet been rated - Rate this topic

SPDeploymentSettings.FileLocation property

Gets or sets the directory location where content migration packages are placed.

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public string FileLocation { get; set; }

Property value

Type: System.String
A string containing the directory path.

Sets or retrieves the file path and directory location where the content migration package (or packages) are placed on export. This value is provided in the fileLocation parameter of the SPDeploymentSettings class constructor (SPDeploymentSettings).

This value can be any valid URI, for example, http://www.MySite.com/ or \\MySite\.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.