PublicAPI.Docflow.Tasks.SendToResolution ELMA API Documentation
Send Document for acquaintance
 
 
Syntax

public ResolutionTask SendToResolution(
	Document document,
	User executor,
	DateTime endDate
)

Parameters

document
Type: Document
Document, sent for consideration. Object. Access path: PublicAPI.Docflow.Document
executor
Type: User
Consideration task executor. Object. Access path: PublicAPI.Portal.Security.User
endDate
Type: System DateTime
End Date

Return Value

Type: ResolutionTask
Document Consideration Task
Examples

See the method use case in тут
See Also