UserGroup Members
Include Protected Members
Include Inherited Members
Provides methods for working with users, role definitions, and groups.
The UserGroup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserGroup | Initializes a new instance of the UserGroup class. |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
Abort | (Inherited from WebClientProtocol.) | |
AddGroup | Adds a group to the current site collection. | |
AddGroupToRole | Adds the specified group to the specified role definition. | |
AddRole | Adds a role definition to the current site collection. | |
AddRoleDef | Adds a role definition to the current site collection. | |
AddUserCollectionToGroup | Adds the collection of users to the specified group. | |
AddUserCollectionToRole | Adds the collection of users to the specified role definition. | |
AddUserToGroup | Adds the user to the specified group. | |
AddUserToRole | Adds the user to the specified role definition. | |
BeginInvoke | (Inherited from SoapHttpClientProtocol.) | |
CancelAsync | (Inherited from HttpWebClientProtocol.) | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Discover | (Inherited from SoapHttpClientProtocol.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
EndInvoke | (Inherited from SoapHttpClientProtocol.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetAllUserCollectionFromWeb | Returns information about the collection of users for the current Web site. | |
GetCurrentUserInfo | ||
GetGroupCollection | Returns information about the specified groups in the current site collection. | |
GetGroupCollectionFromRole | Returns information about the collection of groups assigned to the specified role definition. | |
GetGroupCollectionFromSite | Returns information about the collection of groups for the current site collection. | |
GetGroupCollectionFromUser | Returns information about the collection of groups of which the specified user is a member. | |
GetGroupCollectionFromWeb | Returns information about the collection of groups for the current Web site. | |
GetGroupInfo | Returns information about the specified group. | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetReaderForMessage | (Inherited from SoapHttpClientProtocol.) | |
GetRoleCollection | Returns information about the specified collection of role definitions for the current Web site. | |
GetRoleCollectionFromGroup | Returns information about the collection of role definitions of which the specified group is a member. | |
GetRoleCollectionFromUser | Retrieves information about the collection of role definitions in which the specified user is a member. | |
GetRoleCollectionFromWeb | Returns information about the collection of groups for the current Web site. | |
GetRoleInfo | Returns information about the specified role definition. | |
GetRolesAndPermissionsForCurrentUser | Retrieves permissions and role definitions for the current user. | |
GetRolesAndPermissionsForSite | Retrieves permissions and role definitions for the specified Web site. | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
GetUserCollection | Returns information about a collection of users based on the specified user names. | |
GetUserCollectionFromGroup | Returns information about the collection of users in the specified group. | |
GetUserCollectionFromRole | Returns information about the collection of users assigned to the specified role definition. | |
GetUserCollectionFromSite | Returns information about the collection of users for the current site collection. | |
GetUserCollectionFromWeb | Returns information about the collection of users for the current Web site. | |
GetUserInfo | Returns information about the specified user. | |
GetUserLoginFromEmail | Returns a user name based on the specified e-mail address. | |
GetWebRequest | (Inherited from SoapHttpClientProtocol.) | |
GetWebResponse(WebRequest) | (Inherited from HttpWebClientProtocol.) | |
GetWebResponse(WebRequest, IAsyncResult) | (Inherited from HttpWebClientProtocol.) | |
GetWriterForMessage | (Inherited from SoapHttpClientProtocol.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
Invoke | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback) | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback, Object) | (Inherited from SoapHttpClientProtocol.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
RemoveGroup | Removes the specified group from the current site collection. | |
RemoveGroupFromRole | Removes the specified group from the specified role definition. | |
RemoveRole | Removes the specified role definition from the current Web site. | |
RemoveUserCollectionFromGroup | Removes the users with the specified user names from the group. | |
RemoveUserCollectionFromRole | Removes the users with the specified user names from the specified role definition. | |
RemoveUserCollectionFromSite | Removes the specified users from the current site collection. | |
RemoveUserFromGroup | Removes the specified user from the specified group. | |
RemoveUserFromRole | Removes the specified user from the specified role definition. | |
RemoveUserFromSite | Removes the specified user from the current site collection. | |
RemoveUserFromWeb | Removes the specified user from the current Web site. | |
ToString | (Inherited from Component.) | |
UpdateGroupInfo | Updates information for the specified group. | |
UpdateRoleDefInfo | Updates information for the specified role definition. | |
UpdateRoleInfo | Updates information for the specified role definition. | |
UpdateUserInfo | Updates information for the specified user. |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Top