SPDeploymentSettings.FileLocation 属性

获取或设置内容迁移包的位置的目录位置。

命名空间:  Microsoft.SharePoint.Deployment
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property FileLocation As String
    Get
    Set
用法
Dim instance As SPDeploymentSettings
Dim value As String

value = instance.FileLocation

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

属性值

类型:System.String
包含目录路径string 。

备注

设置或检索的内容迁移包 (或包) 放置在导出的文件路径和目录位置。此值是SPDeploymentSettings类构造函数 (SPDeploymentSettings) 的fileLocation参数中提供的。

此值可以是任何有效的 URI,例如, http://www.MySite.com/或\\MySite\。

另请参阅

引用

SPDeploymentSettings 类

SPDeploymentSettings 成员

Microsoft.SharePoint.Deployment 命名空间