Attachment Class |
Namespace: GroupDocs.Viewer.Results
The Attachment type exposes the following members.
Name | Description | |
---|---|---|
Attachment(String, String) |
Initializes new instance of Attachment class.
| |
Attachment(String, String, String, Int64) |
Initializes new instance of Attachment class.
| |
Attachment(String, String, String, FileType, Int64) |
Initializes new instance of Attachment class.
|
Name | Description | |
---|---|---|
FileName |
Attachment file name.
| |
FilePath |
Attachment relative path e.g. Examples folder/file.docx or filename when the file is located in the root of an archive, in e-mail message or data file.
| |
FileType |
Attachment file type.
| |
Id |
Unique identifier of the attachment in context of a single file that contains this attachment.
| |
Size |
Attachment file size in bytes.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |