GetUserUnixProfileByName
Returns the UNIX profile for a user in this computer zone given the user name.
Syntax
IHierarchicalUser GetUserUnixProfileByName(string name)
Parameter
Specify the following parameter when using this method:
Parameter | Description |
name |
The user’s UNIX login name. |
Return value
The profile of the specified user, or null if none is found.
Exceptions
GetUserUnixProfileByName may throw one of the following exceptions:
- ArgumentNullException if the specified parameter value is null or empty.
- NotSupportedException if the computer zone schema is not supported.
- ApplicationException if there is more than one user with the specified name in the zone.