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

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

Parameters

documents
Type: System.Collections.Generic IEnumerable Document 
list of documents, sent for approval. Object. Access path: PublicAPI.Docflow.Document
users
Type: System.Collections.Generic IEnumerable User 
List of approvers. 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