ListTemplateDocumentsResponse.TemplateDocuments Property

Definition

Documents attached to a template.

[System.Text.Json.Serialization.JsonPropertyName("templateDocuments")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.DocuSign.Models.EnvelopeDocument> TemplateDocuments { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("templateDocuments")>]
member this.TemplateDocuments : System.Collections.Generic.List<Azure.Connectors.Sdk.DocuSign.Models.EnvelopeDocument> with get, set
Public Property TemplateDocuments As List(Of EnvelopeDocument)

Property Value

Attributes

Applies to