SPGlobalAdmin.RemoveWPPack 方法
请注意:此 API 现在已过时。
使用SPSolution类和其他相关的解决方案对象改为部署 Web 部件。( Windows SharePoint Services 2.0, RemoveWPPack方法禁用指定的 Web 部件包和从 Web 部件库中的服务器,并以保持向后兼容性。)
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("Use the SPSolution objects instead.", False)> _
Public Function RemoveWPPack ( _
strBaseName As String, _
nLang As UInteger, _
strUrl As String, _
logWriter As TextWriter _
) As Integer
用法
Dim instance As SPGlobalAdmin
Dim strBaseName As String
Dim nLang As UInteger
Dim strUrl As String
Dim logWriter As TextWriter
Dim returnValue As Integer
returnValue = instance.RemoveWPPack(strBaseName, _
nLang, strUrl, logWriter)
[ObsoleteAttribute("Use the SPSolution objects instead.", false)]
public int RemoveWPPack(
string strBaseName,
uint nLang,
string strUrl,
TextWriter logWriter
)
参数
strBaseName
类型:System.String一个字符串,包含 Web 部件包的名称。
nLang
类型:System.UInt32指定的 Web 部件包的区域设置 ID 的 32 位无符号的整数。此参数可以包含空引用(无 在 Visual Basic 中)。
strUrl
类型:System.String一个字符串,指定的 Web 部件包的 URL。
logWriter
类型:System.IO.TextWriter用于错误日志写入文本流 System.IO.TextWriter对象。此参数可以包含空引用(无 在 Visual Basic 中)。
返回值
类型:System.Int32
32 位整数。