Method GetGroupTypesByPrefix
GetGroupTypesByPrefix(string)
Retrieves a list of ProfileGroupType that matches the given prefix
선언
public List<ProfileGroupType> GetGroupTypesByPrefix(string prefix)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | prefix | prefix to search by |
반환
타입 | 설명 |
---|---|
List<ProfileGroupType> | List of ProfileGroupType |