Method GetProfileDefinition
GetProfileDefinition(Guid)
Retrieves the profile definition with the specified ID.
public ProfileDefinition GetProfileDefinition(Guid id)
Parameters
id
GuidThe 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.