IUserProfiles.FindByStrSid

Syntax

FindByStrSid(StrSid: String): IUserProfile;

Parameters

StrSid. The string value of the security identifier of the user. This value can be obtained in the ISid.AsString property.

Description

The FindByStrSid method searches the profile by the security identifier of the user.

Comments

The method returns the parameters of the profile in case of successful search and Null, if the profile of the user to which the specified security identifier corresponds is not included in this collection.

See also:

IUserProfiles