Click to Rate and Give Feedback
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
This page is specific to
The 2007 product release

Other versions are also available for the following:
SPDeploymentSettings.FileLocation Property (Microsoft.SharePoint.Deployment)
Gets or sets the directory location where content migration packages are placed.

Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
<XmlAttributeAttribute(AttributeName:="FileLocation")> _
Public Property FileLocation As String
Visual Basic (Usage)
Dim instance As SPDeploymentSettings
Dim value As String

value = instance.FileLocation

instance.FileLocation = value
C#
[XmlAttributeAttribute(AttributeName="FileLocation")] 
public string FileLocation { get; set; }

Property Value

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\.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker