Class DocumentFilePath
The document file path.
Inheritance
System.Object
DocumentFilePath
Implements
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class DocumentFilePath : object, IDocumentFile
Properties
| Improve this Doc View SourceContentType
Gets or sets content type of the document (ex: application/pdf).
Please refer documentation for the supported content type.
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilePath
Gets or sets the file path.
Declaration
public string FilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceFilesize()
Declaration
public long Filesize()
Returns
Type | Description |
---|---|
System.Int64 |