UserUnixProfileExists
Indicates whether a UNIX profile exists for the specified user in this computer zone.
Syntax
bool UserUnixProfileExists(IUser user)
Parameter
Specify the following parameter when using this method:
Parameter | Description |
user |
The user name for which you want to check whether a UNIX profile exists. |
Return value
Returns true if a UNIX profile is found for the specified user, or false if no UNIX profile exists for the user in the computer zone.
Exceptions
UserUnixProfileExists may throw one of the following exceptions:
- ArgumentNullException if the specified parameter value is null.
- NotSupportedException if the computer zone schema is not supported.