Method FindGroupType
FindGroupType(ProfileGroupType)
Given a valid profileGroupType, searches the settings and returns, if exists, the profile group type
Declaration
public ProfileGroupType FindGroupType(ProfileGroupType groupType)
Parameters
| Type | Name | Description |
|---|---|---|
| ProfileGroupType | groupType | The profile group type to search for |
Returns
| Type | Description |
|---|---|
| ProfileGroupType | ProfileGroupType if found, null otherwise |