AddUserToGroups Method (UserGrps)Save PDFSave selected topicSave selected topic and subtopicsSave all topicsShareShare to emailCopy topic URLLast UpdatedNov 06, 20251 minute readOperations and ExecutionManufacturing Execution System 2023 R2 The AddUserToGroups() method adds a user to a group.Syntax Visual BasicC# 'Declaration Public Shared Sub AddUserToGroups( _ ByVal userID As String, _ ByVal grpID As Integer _ ) public static void AddUserToGroups( string userID, int grpID ) ParametersuserID Required. Holds the ID of the user who is being added to the group.grpID Required. Holds the ID of the group to which the user is being added. See AlsoReferenceUserGrps ClassUserGrps Members In This Topic
The AddUserToGroups() method adds a user to a group.Syntax Visual BasicC# 'Declaration Public Shared Sub AddUserToGroups( _ ByVal userID As String, _ ByVal grpID As Integer _ ) public static void AddUserToGroups( string userID, int grpID ) ParametersuserID Required. Holds the ID of the user who is being added to the group.grpID Required. Holds the ID of the group to which the user is being added. See AlsoReferenceUserGrps ClassUserGrps Members
The AddUserToGroups() method adds a user to a group.Syntax Visual BasicC# 'Declaration Public Shared Sub AddUserToGroups( _ ByVal userID As String, _ ByVal grpID As Integer _ ) public static void AddUserToGroups( string userID, int grpID ) ParametersuserID Required. Holds the ID of the user who is being added to the group.grpID Required. Holds the ID of the group to which the user is being added. See AlsoReferenceUserGrps ClassUserGrps Members
The AddUserToGroups() method adds a user to a group.Syntax Visual BasicC# 'Declaration Public Shared Sub AddUserToGroups( _ ByVal userID As String, _ ByVal grpID As Integer _ ) public static void AddUserToGroups( string userID, int grpID ) ParametersuserID Required. Holds the ID of the user who is being added to the group.grpID Required. Holds the ID of the group to which the user is being added. See AlsoReferenceUserGrps ClassUserGrps Members