SPAlternateUrlCollection.Add 方法
向备用请求 Url 的 Web 应用程序的集合中添加指定的 URL。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Sub Add ( _
alternateUrl As SPAlternateUrl _
)
用法
Dim instance As SPAlternateUrlCollection
Dim alternateUrl As SPAlternateUrl
instance.Add(alternateUrl)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public void Add(
SPAlternateUrl alternateUrl
)
参数
alternateUrl
类型:Microsoft.SharePoint.Administration.SPAlternateUrlSPAlternateUrl对象,该对象表示要添加的新请求 URL。