GetLocalUserUnixProfileByUid (Int32)

Returns the local UNIX profile for a user in the zone using the user identifier (GID) of the profile. This method is exposed to the .COM interface.

Syntax

IUserUnixProfile GetLocalUserUnixProfileByUid(int uid)

Parameter

Specify the following parameters when using this method.

Parameter Description
uid The user identifier (UID) of the local user profile.

Return value

The local user profile with the specified user identifier (UID) or null if no matching user profile is found.