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. |