Public Methods
Method | Description |
---|---|
Add | Creates a new Attachment in the collection and returns the pointer. PARAMETERS: Name, Description, and ValueDefault as Strings, Datatype as Integer. |
Remove | Deletes an Attachments object specified by the given name or ID. PARAMETERS: Identifier as String or Integer. |
Public Properties
Property | Description |
---|---|
_Item | Returns an Attachment object specified by the given name, GUID, or ID. PARAMETERS: Identifier as String or Integer. |
_NewEnum | |
Count | Number of Attachment objects in the collection. DATATYPE: Integer. |
Item | Returns a Attachment object specified by the given name, GUID, or ID. PARAMETERS: Identifier as String or Integer. |
See Also