Releases: oneblink/sdk-dotnet
Releases · oneblink/sdk-dotnet
v11.0.8
v11.0.7
Added
footer
toFormsListStyles
- Lookup Button element properties to
FormElement
- favicon configuration to environments and apps
validationIcon
configuration to environmentsmaxFileSize
toFormElement
restrictFileSize
toFormElement
v11.0.6
Added
customHostname
toFormsAppEnvironment
description
toArcGISWebMapElement
graphic attribute options
v11.0.5
Added
DynamicListOption
classFormSubmissionWebhookPayload
classFormElementLookupPayload
classrequiresConfirmation
toFormElement
displayAsCheckbox
toFormElement
FormsAppsClient.VerifyJWT()
static method
v11.0.4
Added
googleAnalyticsTagId
toFormsAppBase
- Additional attributes to
RawJWTPayload
- Additional attributes to
FormSubmissionUser
v11.0.3
Added
basemapId
,allowedDrawingTools
,addressSearchWidgetEnabled
andhomeWidgetEnabled
toFormElement
pointAddressV3EnvironmentId
toForm
class
v11.0.2
Added
isDisplayingAddressInformation
toFormElement
isCustomPdfEditable
toPDFConfiguration
v11.0.1
Fixed
FormsClient.Get()
using legacy endpoint.
v11.0.0
Changed
- [BREAKING]
PdfClient.GetSubmissionPdf()
parametersStream 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 FormcustomPdfId
toPDFConfiguration
isCloningCustomPDFs
toFormsAppEnvironmentCloneOptions
customPDFs
toFormMigrationOptions
v10.2.0
Added
- properties to support SharePoint Create List Item and Store Files form workflow event