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