Method GetProfileDefinition
GetProfileDefinition(Guid)
Retrieves the profile definition with the specified ID.
public ProfileDefinition GetProfileDefinition(Guid id)
Parameters
idGuidThe ID of the profile definition to retrieve.
Returns
- ProfileDefinition
The profile definition with the specified ID or null if no definition with the specified ID exists.