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:
- 
                                                            ArgumentNullExceptionif the specified parameter value isnullor empty.
- 
                                                            NotSupportedExceptionif the computer zone schema is not supported.
- 
                                                            ApplicationExceptionif there is more than one user with the specified name in the zone.



