UserCollection.Add 方法
指定为网站启用的语言的语言代码标识符 (LCID)。
命名空间: 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 UserCreationInformation _
) As User
用法
Dim instance As UserCollection
Dim parameters As UserCreationInformation
Dim returnValue As User
returnValue = instance.Add(parameters)
public User Add(
UserCreationInformation parameters
)
参数
parameters
类型:Microsoft.SharePoint.Client.UserCreationInformationUserCreationInformation对象,包含与用户的信息。
它不能空引用(无 在 Visual Basic 中)。
返回值
类型:Microsoft.SharePoint.Client.User
表示要添加的用户的User对象。
异常
异常 | 条件 |
---|---|
SPException | 用户不存在或不是唯一的用户。错误代码 ︰-2130575276。集合是只读的。错误代码:-1。 |
SecurityException | 集合是服务器场管理员组中,指定的用户不是管理员。错误代码:-1。 |
UnauthorizedAccessException | 当前用户没有权限执行的操作。错误代码 ︰ 为-2147024891。 |