Show / Hide Table of Contents

Class FileAttachment

Data class for file attachments.

Inheritance
System.Object
FileAttachment
Namespace: PrinceXML.Wrapper
Assembly: PrinceXML.Wrapper.dll
Syntax
public class FileAttachment : object

Constructors

| Improve this Doc View Source

FileAttachment(String, String, String)

The FileAttachment constructor.

Declaration
public FileAttachment(string url, string fileName = null, string description = null)
Parameters
Type Name Description
System.String url

The URL of the file attachment.

System.String fileName

The optional filename of the file attachment.

System.String description

The optional description of the file attachment.

Properties

| Improve this Doc View Source

Description

Declaration
public string Description { get; }
Property Value
Type Description
System.String

The description of the file attachment.

| Improve this Doc View Source

FileName

Declaration
public string FileName { get; }
Property Value
Type Description
System.String

The filename of the file attachment.

| Improve this Doc View Source

Url

Declaration
public string Url { get; }
Property Value
Type Description
System.String

The URL of the file attachment.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX