Method AddProfile
AddProfile(string, string)
Adds a new profile.
선언
public string AddProfile(string name, string copyFromId)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | name | The name of the new profile. |
string | copyFromId | The id of the profile to copy values from. |
반환
타입 | 설명 |
---|---|
string | The id of the created profile. |