Method GetProfileInstance
GetProfileInstance(Guid)
Retrieves the profile instance with the specified ID.
public ProfileInstance GetProfileInstance(Guid id)
Parameters
id
GuidThe ID of the profile instance to retrieve.
Returns
- ProfileInstance
The profile instance with the specified ID or null if no profile instance with the specified ID exists.