Interface IAttachFilesToFormRecordOptions


public interface IAttachFilesToFormRecordOptions
Since:
8.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    true if the attached files should be made available to end users and false otherwise.
  • Method Details

    • accessibleToEndUser

      boolean accessibleToEndUser()
      true if the attached files should be made available to end users and false otherwise.
      Returns:
      Whether attached files should be made available to end users.