What it does
A collection of the IUserAttachment objects.Methods
Definition | Description |
|---|---|
AddNew( name : string) : IUserAttachment * | Creates a new attachment file and starts editing it. Important! The method creates a new IUserAttachment item without adding it to the collection. To add the item to the collection and make it available for editing, the UploadAttachment( ) method must be called. Note: If a non-zero attachment with this name already exists, an exception will be returned. |
Delete( name : string) * | Deletes the attachment file with the given name. Note: When deleting an element, its existence is not checked. Thus the method succeeds even if the element being deleted is not in the collection. |
Get( name : string) : IUserAttachment * | Accesses the attachment file with the given name |
Has( name : string) : bool * | Checks whether the attachment file with the specified name exists |
