The VGGroupsInstance type exposes the following members.

Methods

  NameDescription
Public methodAddRolesToGroup(ICollection<(Of <<'(Guid>)>>), Guid) Obsolete.
Add Role to VGGroup
Public methodAddRolesToGroup(ICollection<(Of <<'(VGRole>)>>), VGGroup)
Add Role to VGGroup
Public methodAddRoleToGroup(Guid, Guid)
Add role into group
Public methodAddRoleToGroup(VGRole, VGGroup)
Add Role to VGGroup
Public methodAddUsersToGroup(ICollection<(Of <<'(String>)>>), Guid) Obsolete.
Public methodAddUsersToGroup(ICollection<(Of <<'(VGMembershipUser>)>>), VGGroup)
Add Users to VGGroup
Public methodAddUserToGroup(String, Guid) Obsolete.
Add User to VGGroup
Public methodAddUserToGroup(VGMembershipUser, VGGroup)
Add User to VGGroup
Public methodAddUserToGroups(String, List<(Of <<'(Guid>)>>)) Obsolete.
Add User to VGGroups
Public methodAddUserToGroups(VGMembershipUser, List<(Of <<'(VGGroup>)>>))
Add User to VGGroups
Public methodCreateGroup(String)
Create a new VGGroup You need a CanCreateGroup permission
Public methodCreateGroup(String, VGGroup)
Create a VGGroup
Public methodCreateGroup(String, Guid) Obsolete.
Create a new group You need a CanCreate permission
Public methodCreateGroup(String, String, VGGroup)
Create a new vggroup
Public methodDeleteGroup(Guid) Obsolete.
Public methodDeleteGroup(VGGroup)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindGroupsByName
Find groups by name The list returned will be limited according to your rights in the console
Public methodGetAllDescendantGroupsFromGroup(Guid) Obsolete.
Get All Descendant of the Group Id
Public methodGetAllDescendantGroupsFromGroup(VGGroup)
Get All Descendant of the Group
Public methodGetAllGroup()()()()
Get all groups in VGRepository The list returned will be limited according to your rights in the console
Public methodGetAllGroup(Int32, Int32)
Public methodGetAllRolesFromGroup(Guid) Obsolete.
Get All Roles from Group Id
Public methodGetAllRolesFromGroup(VGGroup)
Get all roles from VGGroup by your access security
Public methodGetDescendantGroupsFromGroup(Guid) Obsolete.
Get children of the Group Id
Public methodGetDescendantGroupsFromGroup(VGGroup)
Get children of the Group
Public methodGetGroup Obsolete.
Get VGGroup by id
Public methodGetGroupsFormRole
Get All VGGroups by Role
Public methodGetGroupsFromUser
Get all VGGroups of the user
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetRecentGroups
Public methodGetRolesFromGroup(Guid)
Get roles from a group ID
Public methodGetRolesFromGroup(VGGroup)
Get roles from a VGGroup
Public methodGetRootGroups
Get all root vggroup The list returned will be limited according to your rights in the console
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUsersFromGroup(Guid) Obsolete.
Get users from VGGroup
Public methodGetUsersFromGroup(VGGroup)
Get users from group
Public methodGetUsersFromGroup(VGGroup, Int32, Int32)
Get Users from VGGroup
Public methodGetUsersFromGroup(VGGroup, Int32, Int32, Int32%)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefreshGroup
Refresh the VGGroup to ask VGRepository
Public methodRemoveRoleFromGroup(Guid, Guid) Obsolete.
Remove Role to VGGroup
Public methodRemoveRoleFromGroup(VGRole, VGGroup)
Remove Role to VGGroup
Public methodRemoveRolesFromGroup(ICollection<(Of <<'(Guid>)>>), Guid) Obsolete.
Remove Role to VGGroup
Public methodRemoveRolesFromGroup(ICollection<(Of <<'(VGRole>)>>), VGGroup)
Remove role in group
Public methodRemoveUserFromGroup(String, Guid) Obsolete.
Remove User from VGGroup
Public methodRemoveUserFromGroup(VGMembershipUser, VGGroup)
Remove User from VGGroup
Public methodRemoveUserFromGroups(String, List<(Of <<'(Guid>)>>)) Obsolete.
Remove User from Groups
Public methodRemoveUserFromGroups(VGMembershipUser, List<(Of <<'(VGGroup>)>>))
Remove User from Groups
Public methodRemoveUsersFromGroup(ICollection<(Of <<'(String>)>>), Guid) Obsolete.
Remove Users from VGGroup
Public methodRemoveUsersFromGroup(ICollection<(Of <<'(VGMembershipUser>)>>), VGGroup)
Remove Users from VGGroup
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUpdateGroup
Updates the repository with the information for the specified VGGroup.

See Also