WebCollection.Add 方法
將新網站新增至集合。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Function Add ( _
parameters As WebCreationInformation _
) As Web
'用途
Dim instance As WebCollection
Dim parameters As WebCreationInformation
Dim returnValue As Web
returnValue = instance.Add(parameters)
public Web Add(
WebCreationInformation parameters
)
參數
parameters
類型:Microsoft.SharePoint.Client.WebCreationInformation包含網站的相關資訊的**[Microsoft.SharePoint.Client.WebCreationInformation]**物件。
它不能null 參考 (未執行任何動作 於 Visual Basic 中)。
傳回值
類型:Microsoft.SharePoint.Client.Web
代表新網站的Web物件。
例外狀況
例外狀況 | 條件 |
---|---|
SPException | parameters中指定的 URL 已在使用中。錯誤碼 ︰-2147024713。 |