Method AddProfile
AddProfile(String, String)
Adds a new profile.
Declaration
public string AddProfile(string name, string copyFromId)
Parameters
Type | Name | Description |
---|---|---|
String | name | The name of the new profile. |
String | copyFromId | The id of the profile to copy values from. |
Returns
Type | Description |
---|---|
String | The id of the created profile. |