Skip to content

Releases: oneblink/sdk-dotnet

v11.0.8

25 Jul 05:03
Compare
Choose a tag to compare

Added

  • sendNotificationEmailOptionDefaultUnchecked to FormApprovalConfiguration
  • FormSubmissionEvent.CreateGoodToGoSubmissionEvent() method
  • FormSubmissionEventConfigurationMapping.goodToGoCustomFieldName property
  • FormSubmissionEventConfigurationMapping.mapping property

v11.0.7

10 Jul 01:23
Compare
Choose a tag to compare

Added

  • footer to FormsListStyles
  • Lookup Button element properties to FormElement
  • favicon configuration to environments and apps
  • validationIcon configuration to environments
  • maxFileSize to FormElement
  • restrictFileSize to FormElement

v11.0.6

16 Jun 02:58
Compare
Choose a tag to compare

Added

  • customHostname to FormsAppEnvironment
  • description to ArcGISWebMapElement graphic attribute options

v11.0.5

03 Jun 02:58
Compare
Choose a tag to compare

Added

  • DynamicListOption class
  • FormSubmissionWebhookPayload class
  • FormElementLookupPayload class
  • requiresConfirmation to FormElement
  • displayAsCheckbox to FormElement
  • FormsAppsClient.VerifyJWT() static method

v11.0.4

22 May 01:29
Compare
Choose a tag to compare

Added

  • googleAnalyticsTagId to FormsAppBase
  • Additional attributes to RawJWTPayload
  • Additional attributes to FormSubmissionUser

v11.0.3

30 Apr 06:27
Compare
Choose a tag to compare

Added

  • basemapId, allowedDrawingTools, addressSearchWidgetEnabled and homeWidgetEnabled to FormElement
  • pointAddressV3EnvironmentId to Form class

v11.0.2

04 Apr 04:09
Compare
Choose a tag to compare

Added

  • isDisplayingAddressInformation to FormElement
  • isCustomPdfEditable to PDFConfiguration

v11.0.1

19 Mar 02:10
Compare
Choose a tag to compare

Fixed

  • FormsClient.Get() using legacy endpoint.

v11.0.0

11 Mar 02:27
Compare
Choose a tag to compare

Changed

  • [BREAKING] PdfClient.GetSubmissionPdf() parameters
    Stream stream = await pdfClient.GetSubmissionPdf(
        formId = 1,
        submissionId = "",
    -   false,
    -   false,
    -   null,
    -   true,
    -   true,
    -   null,
    -   true,
    -   "A4",
    -   true
    +   new GetSubmissionPdfRequest()
    +   {
    +       isDraft = false,
    +       includeSubmissionIdInPdf = false,
    +       excludedElementIds = null,
    +       usePagesAsBreaks = true,
    +       includePaymentInPdf = true,
    +       excludedCSSClasses = null,
    +       includeExternalIdInPdf = true,
    +       pdfSize = "A4",
    +       includeCalendarBookingInPdf = true
    +   }
    );

Added

  • customPDFs to Form
  • customPdfId to PDFConfiguration
  • isCloningCustomPDFs to FormsAppEnvironmentCloneOptions
  • customPDFs to FormMigrationOptions

v10.2.0

20 Feb 00:11
Compare
Choose a tag to compare

Added

  • properties to support SharePoint Create List Item and Store Files form workflow event