Table of Contents

Interface IDocumentUploadJson

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

Interface for document JSON upload.

public interface IDocumentUploadJson

Properties

FileUrls

Gets or sets the file urls.

List<Uri> FileUrls { get; set; }

Property Value

List<Uri>

Files

Gets or sets the files.

List<string> Files { get; set; }

Property Value

List<string>