SPGlobalAdmin.AddWPPack 方法

请注意:此 API 现在已过时。

使用SPSolution类和其他相关的解决方案对象改为部署 Web 部件。(在Windows SharePoint Services 2.0, AddWPPack方法可以启用 Web 部件包虚拟服务器上已安装并将其添加到 Web 部件库中,或安装和启用 Web 部件包和将其添加到 Web 部件库中,并保持向后兼容性。

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

语法

声明
<ObsoleteAttribute("Use the SPSolution objects instead.", False)> _
Public Function AddWPPack ( _
    strPathname As String, _
    strBaseName As String, _
    nLang As UInteger, _
    strUrl As String, _
    bGlobalInstall As Boolean, _
    bForce As Boolean, _
    logWriter As TextWriter _
) As Integer
用法
Dim instance As SPGlobalAdmin
Dim strPathname As String
Dim strBaseName As String
Dim nLang As UInteger
Dim strUrl As String
Dim bGlobalInstall As Boolean
Dim bForce As Boolean
Dim logWriter As TextWriter
Dim returnValue As Integer

returnValue = instance.AddWPPack(strPathname, _
    strBaseName, nLang, strUrl, bGlobalInstall, _
    bForce, logWriter)
[ObsoleteAttribute("Use the SPSolution objects instead.", false)]
public int AddWPPack(
    string strPathname,
    string strBaseName,
    uint nLang,
    string strUrl,
    bool bGlobalInstall,
    bool bForce,
    TextWriter logWriter
)

参数

  • strPathname
    类型:System.String

    一个包含要安装的 Web 部件包的完整文件系统路径的字符串。如果未指定,则必须指定strName 。strPathname参数与strURL参数一起使用。如果strURL包含空引用(无 在 Visual Basic 中),在前端 Web 服务器上 ; 所有虚拟服务器上安装的 Web 部件包否则,在由strURL指定虚拟服务器上安装包。

  • strBaseName
    类型:System.String

    一个包含已安装的 Web 部件包,若要启用的文件名称的字符串。如果未指定,则必须指定strPathname 。strName参数与strURL参数一起使用。如果strURL包含空引用(无 在 Visual Basic 中),为前端 Web 服务器中 ; 上的所有虚拟服务器启用 Web 部件包否则,为strURL由指定的虚拟服务器启用包。

  • nLang
    类型:System.UInt32

    指定的 Web 部件包的区域设置 ID 的 32 位无符号的整数。此参数可以是 0 或任何有效的 LCID (如 1033 表示英语) (英文)。

  • strUrl
    类型:System.String

    一个字符串,包含虚拟服务器的 URL。strURL参数与strName或strPathname参数一起使用。如果strURL设置为空引用(无 在 Visual Basic 中),Web 部件包指定strName参数启用的所有虚拟服务器,在前端 Web 服务器上,或由strPathname参数指定的 Web 部件包安装在前端 Web 服务器上的所有虚拟服务器上。

  • bGlobalInstall
    类型:System.Boolean

    true ,将 Web 部件包安装到的服务器场中每个前端 Web 服务器否则为false。

  • bForce
    类型:System.Boolean

    true替换为新版本 ; 覆盖现有的 Web 部件包否则为false。

  • logWriter
    类型:System.IO.TextWriter

    用于错误日志写入文本流System.IO.TextWriter对象。此参数可以包含空引用(无 在 Visual Basic 中)。

返回值

类型:System.Int32

另请参阅

引用

SPGlobalAdmin 类

SPGlobalAdmin 成员

Microsoft.SharePoint.Administration 命名空间