Method GetProfileId
GetProfileId(string)
Get the id of a given display name.
Declaration
public string GetProfileId(string profileName)
Parameters
Type | Name | Description |
---|---|---|
string | profileName | The profile name. |
Returns
Type | Description |
---|---|
string | The id of the profile. Returns empty string if not found. |