GroupUnixProfileExists
Indicates whether a UNIX profile exists for the specified group in this computer zone.
Syntax
bool GroupUnixProfileExists(IGroup group)
Parameter
Specify the following parameter when using this method:
| Parameter | Description |
|---|---|
group
|
The group for which you want to check whether a UNIX profile exists. |
Return value
Returns true if a UNIX profile is found in this computer zone for the specified
group, or false if no UNIX profile exists for the group in the computer zone.
Exceptions
GetUserUnixProfileByUid may throw one of the following exceptions:
-
ArgumentNullExceptionif the specified parameter value isnull. -
NotSupportedExceptionif the computer zone schema is not supported.