WorkflowManagerCanAddOneTimeReviewForUser Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute]
public bool CanAddOneTimeReviewForUser(
	Guid workflowInstanceGuid,
	Guid userGuid
)

Parameters

workflowInstanceGuid  Guid
 
userGuid  Guid
 

Return Value

Boolean

See Also