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