SPGlobalAdmin.DeleteCustomGlobalWebTemplate 方法
请注意:此 API 现在已过时。
使用SPPersistedCustomWebTemplateCollection类的Remove方法以改为删除该模板。( Windows SharePoint Services 2.0, DeleteCustomGlobalWebTemplate方法用于删除指定的全局网站模板,并以保持向后兼容性。)
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("Web Templates are now accessed via SPWebService.", _
False)> _
Public Sub DeleteCustomGlobalWebTemplate ( _
strTitle As String, _
lcid As UInteger _
)
用法
Dim instance As SPGlobalAdmin
Dim strTitle As String
Dim lcid As UInteger
instance.DeleteCustomGlobalWebTemplate(strTitle, _
lcid)
[ObsoleteAttribute("Web Templates are now accessed via SPWebService.",
false)]
public void DeleteCustomGlobalWebTemplate(
string strTitle,
uint lcid
)
参数
strTitle
类型:System.String一个包含网站模板的显示名称的字符串。
lcid
类型:System.UInt32指定模板的区域设置 ID 的 32 位无符号的整数。