Method GetProfileName
GetProfileName(string)
Get a profile's display name.
선언
public string GetProfileName(string profileId)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | profileId | The profile id. |
반환
타입 | 설명 |
---|---|
string | The display name of the profile. Returns empty string if not found. |