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 |