GetUserDataFromComboBoxEntry Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetUserDataFromComboBoxEntry() method retrieves the user ID and description based on the entry from a combo box entry that is populated with UserData objects.
public static void GetUserDataFromComboBoxEntry(
object comboBoxEntry,
out string userID,
out string userDesc
)
Parameters
- comboBoxEntry
- Required. Holds the UserData object from a combo box.
- userID
- Optional. Holds the ID of the user matching the UserData object.
- userDesc
- Optional. Holds the description of the user matching the UserData object.