Gets user or group ID index. -1 indicates that item was not found.
Visual Basic |
---|
Public Function GetUserOrUserGroupIDExIndex( _ ByVal UserOrGroupID As Long, _ ByVal UserOrGroupType As MFUserOrUserGroupType _ ) As Long |
Value | Description |
---|---|
MFUserOrUserGroupTypePropertyBasedPseudoUser | Property-based pseudo user. Indirectly specifies a user or users on the basis of a property value (meaning "the user(s) specified in the property X"). |
MFUserOrUserGroupTypePseudoUser | Worklow state pseudo user. Indirectly specifies a user on the basis of a state ID (meaning "the user who moved the object into state X"). |
MFUserOrUserGroupTypeUnknown | Unknown user type. |
MFUserOrUserGroupTypeUserAccount | User account. |
MFUserOrUserGroupTypeUserGroup | User group. |