Method GetGroupTypesByPrefix
GetGroupTypesByPrefix(string)
Retrieves a list of ProfileGroupType that matches the given prefix
Declaration
public List<ProfileGroupType> GetGroupTypesByPrefix(string prefix)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | prefix | prefix to search by  | 
    
Returns
| Type | Description | 
|---|---|
| List<ProfileGroupType> | List of ProfileGroupType  |