Method GetProfileName
GetProfileName(String)
Get a profile's display name.
Declaration
public string GetProfileName(string profileId)
Parameters
Type | Name | Description |
---|---|---|
String | profileId | The profile id. |
Returns
Type | Description |
---|---|
String | The display name of the profile. Returns empty string if not found. |