WHSWorkGrouping::validateUserGrouping Method
Validates the work is correctly grouped with the user.
Syntax
client server public static boolean validateUserGrouping(
WHSWorkId _workId,
WHSUserId _userId,
[WHSWorkGroupingId _workGroupingId])
Run On
Called
Parameters
- _workId
Type: WHSWorkId Extended Data Type
The ID of the work to check.
- _userId
Type: WHSUserId Extended Data Type
The user to check.
- _workGroupingId
Type: WHSWorkGroupingId Extended Data Type
The ID of the grouped work.
Return Value
Type: boolean
true if the grouping is valid; otherwise, false.