PublicAPI.Docflow.Tasks.SendToApprovement ELMA API Documentation
Send a document for approval to a list of users
 
 
Syntax

public ApprovementTaskGroup SendToApprovement(
	Document document,
	IEnumerable<User> users
)

Parameters

document
Type: Document
Document, sent for approval. Object. Access path: PublicAPI.Docflow.Document
users
Type: System.Collections.Generic IEnumerable User 
Approval user group. Object. Access path: PublicAPI.Portal.Security.User

Return Value

Type: ApprovementTaskGroup
Approval task group
Examples

When using this function, the appoval task end date will be the creation date + 1 day. See the function use case in тут
See Also