signNow .Net SDK v.0.5.0 has been released
We’re proud to announce the release of signNow .NET SDK v.0.5.0. Check out the features available and start building your integrations:
Release Notes
Added:
- all SignNow field types: Signature, Initial, Text, Dropdown, Checkbox, Radiobutton, Attachment, Hyperlink
Internal.Model.FieldJsonAttributes
that contains fields properties such as name, label, X/Y coordinates, width, height, etc.- the
ISignNowContent
interface that allows you to retrieve value of any SignNow (Field) content object - the
ISignNowField
interface that allows you to retrieve the field value using theType
andElementId
parameters of the field element Model.SignNowDocument.GetFieldContent(FieldType)
that allows you to retrieve the field content of any SignNow field.
Fixed
- The
expires_in
token value from a timestamp to token lifetime
Changed
Model.Field
now contains theModel.FieldJsonAttributes
propertyModel.SignNowDocument
extended by added collections of various SignNow fields (Texts, Checkboxes, Hyperlinks… etc.)Model.Signature
renamed toModel.FieldContents.SignatureContent