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