Public Methods
...
This object represents a collection of ValidAttachmentBindings. The owner of this collection is the AttachmentType.
Object Method
...
|
---|
Add | Creates a new ValidAttachmentBinding in the collection, and then returns the pointer. PARAMETERS: ObjectType (String). |
Remove | Deletes an ValidAttachmentBinding object specified by the given ObjectType or ID. PARAMETERS: Identifier (String or Integer). |
Public Properties
Property | Description |
---|
_Item | Returns a ValidAttachmentBinding object specified by the given ObjectType, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
_NewEnum |
|
Count | Number of ValidAttachmentBinding objects in the collection. DATATYPE: Integer. |
Item | Returns a ValidAttachmentBinding object specified by the given ObjectType, GUID, or ID. PARAMETERS: Identifier (String or Integer). |