Class DeliverDocumentRequest
Represents a delivery request of a particular document or slice.
Syntax
public class DeliverDocumentRequest
Fields
DeliveringUserGuid
The guid or the user who is delivering the document or the slice. The document must be assigned to the user in of of the roles (Translator, Reviewer1, Revier2) in order to be delivered.
Declaration
public Guid DeliveringUserGuid
Type
GuidDocumentGuid
The guid of the translation document or slice.
Declaration
public Guid DocumentGuid
Type
GuidReturnDocToPreviousActor
Flag which determins if the document or the slice is returned to the previous actor (true), or to the next person in the assignment chain (false).
Declaration
public bool ReturnDocToPreviousActor