Interface IAttachFilesToFormRecordOptions
public interface IAttachFilesToFormRecordOptions
Options for
IWorkflowFileHandler#attachFilesToFormRecord- Since:
- 8.2.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleantrueif the attached files should be made available to end users andfalseotherwise.
-
Method Details
-
accessibleToEndUser
boolean accessibleToEndUser()trueif the attached files should be made available to end users andfalseotherwise.- Returns:
- Whether attached files should be made available to end users.
-