共用方式為


GroupCollection.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 GroupCreationInformation _
) As Group
'用途
Dim instance As GroupCollection
Dim parameters As GroupCreationInformation
Dim returnValue As Group

returnValue = instance.Add(parameters)
public Group Add(
    GroupCreationInformation parameters
)

參數

傳回值

類型:Microsoft.SharePoint.Client.Group
代表 [新增] 群組中的Group物件。

例外狀況

例外狀況 條件
SPException

群組描述超過最大的長度。錯誤碼 ︰-2146232832。群組的集合類型不是網站層級群組集合。錯誤碼 ︰-2146232832。群組擁有者是一個角色。錯誤碼 ︰-2146232832。群組擁有者是網域群組。錯誤碼 ︰-2146232832。群組集合是唯讀的。錯誤碼 ︰-2146232832。群組擁有者是null 參考 (未執行任何動作 於 Visual Basic 中)。錯誤碼 ︰-2130575293。群組的名稱會是空值,或超過最大的長度。錯誤碼 ︰-2130575281。預設的使用者為非null 參考 (未執行任何動作 於 Visual Basic 中)網域群組。錯誤碼 ︰-2130575274。群組已超出配額。錯誤碼 ︰-2130575260。新增具有相同名稱的另一個群組。錯誤碼 ︰-2130575169。

ArgumentException

群組擁有者是null 參考 (未執行任何動作 於 Visual Basic 中)。錯誤碼 ︰-2147024809。

ArgumentNullException

要加入的群組是null 參考 (未執行任何動作 於 Visual Basic 中)。錯誤碼 ︰-2147467261。

UnauthorizedAccessException

群組描述超過最大的長度。錯誤碼 ︰-2147024891。

請參閱

參照

GroupCollection 類別

GroupCollection 成員

Microsoft.SharePoint.Client 命名空間