Interface IHandleFileProvisionResult


public interface IHandleFileProvisionResult
Since:
8.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a list of attachments that were added to the form record.
  • Method Details

    • attachments

      List<Attachment> attachments()
      Gets a list of attachments that were added to the form record. May be empty.
      Returns:
      List of attachments that were added to the form record.