Docusign CSharp Docs
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234567]
 NDocuSign
 NWebForms
 NApi
 CFormInstanceManagementApiRepresents a collection of functions to interact with the API endpoints
 CListInstancesOptionsList instances List all the instances of a web form in an account. When filtered by clientUserId, it will return instances having same clientUserId
 CFormManagementApiRepresents a collection of functions to interact with the API endpoints
 CGetFormOptionsGet Form Retrieves form information filter by form id and state. The `state` parameter is optional and can accept value from `draft, active`.
 CListFormsOptionsList Forms List all the forms for the active user that can be in an active or draft state
 CIFormInstanceManagementApiRepresents a collection of functions to interact with the API endpoints
 CIFormManagementApiRepresents a collection of functions to interact with the API endpoints
 NClient
 NAuth
 COAuth
 COAuthToken
 CUserInfo
 CAccountAccount model with the following properties: accountId: the account ID GUID. isDefault: whether this is the default account, when the user has access to multiple accounts. accountName: the human-readable name of the account. baseUri: the base URI associated with this account. It also tells which Docusign data center the account is hosted on.
 CLinkLink model with the following properties: rel: currently the only value is "self". href: the direct link of the organization.
 COrganizationOrganization model with the following properties: organizationId: the organization ID GUID if Docusign Org Admin is enabled. links: this is list of organization direct links associated with the Docusign account.
 CApiClientAPI client is mainly responsible for making the HTTP call to the API backend.
 CApiExceptionAPI Exception
 CApiResponseAPI Response
 CConfigurationRepresents a set of configuration settings
 CDocuSignClientDocuSignClient is mainly responsible for facilitating HTTP calls to the Docusign APIs.
 CDocuSignRequest
 CDocuSignResponse
 CFileParameter
 CGlobalConfigurationGlobalConfiguration provides a compile-time extension point for globally configuring API Clients.
 CIApiAccessorRepresents configuration aspects required to interact with the API endpoints.
 CIHttpClient
 CIReadableConfigurationRepresents a readable-only configuration contract.
 CSwaggerDateConverterFormatter for 'date' swagger formats ss defined by full-date - RFC3339 see https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types
 CSystemNetHttpClient
 NModel
 CCreateInstanceRequestBodyRequest body containing properties that will be used to create instance.
 CHttpErrorAn error occurred while processing a request. Source - https://www.baeldung.com/rest-api-error-handling-best-practices
 CHttpSuccessA simple response indicating success when no extra data is needed
 CTagsList of tags provided by the user with each request. This field is optional.
 CTemplatePropertiesInformation about a DocuSign template that will be used to seed a web form.
 CUpdateInstanceRequestBodyRequest body containing properties that needs to be updated.
 CWebFormAn object that fully describes an instance of a form
 CWebFormComponentEach component type contains additional properties
 CWebFormComponentsMapThe components map for the web form
 CWebFormContentContainer for the components map used during configuration and data collection
 CWebFormInstanceAn object that contains the Web Form Instance required to render it and its metadata such as created by, created time
 CWebFormInstanceEnvelopesWebFormInstanceEnvelopes
 CWebFormInstanceListA list of web form instance items.
 CWebFormInstanceMetadataWeb Form Instance metadata containing information like created by, created time, etc.
 CWebFormMetadataForm metadata
 CWebFormPropertiesGeneral information about the web form that is consistent across versions
 CWebFormPublishedNamesA collection of the published component name and its corresponding type
 CWebFormSummaryAn object that summarizes an instance of a form that can be used to display a listing
 CWebFormSummaryListA list of web form summary items.
 CWebFormUserInfoInformation about a DocuSign system user. The user exists within the account associated with the form.
 CWebFormValuesKey-value pairs (where key is the component name and value is the form value) used to create a form instance. For key of type TextBox, Email, Date, Select and RadioButtonGroup the value is of string type. For key of type Number, the value is of number type. For key of type of CheckboxGroup, the value is of type array of string.