M-Files API 23.11.13135.0
ApproveOrRejectAssignmentByUser Method
VaultObjectPropertyOperations Object : ApproveOrRejectAssignmentByUser Method
The object version that identifies the object.
Use "True" to approve the assignment, or "False" to reject the assignment.
The ID identifying the user that has approved or rejected the assignment.
Description
Marks the assignment as approved or rejected by the specified user.
Syntax
Visual Basic
Public Function ApproveOrRejectAssignmentByUser( _
   ByVal ObjVer As ObjVer, _
   ByVal Approve As Boolean, _
   ByVal UserID As Long _
) As ObjectVersionAndProperties
Parameters
ObjVer
The object version that identifies the object.
Approve
Use "True" to approve the assignment, or "False" to reject the assignment.
UserID
The ID identifying the user that has approved or rejected the assignment.
See Also

VaultObjectPropertyOperations Object  | VaultObjectPropertyOperations Members