Attachment Type
The base class for all attachments.
Constructors
Constructor | Description |
Full Usage:
Attachment(name)
Parameters:
string
|
|
|
Copy constructor.
|
Instance members
Instance member | Description |
|
Returns a copy of the attachment.
|
Full Usage:
this.Name
Returns: string
|
The attachment's name.
|
Full Usage:
this.ToString
Returns: string
Modifiers: abstract |
|