IUserAttachments
What it does
A collection of the IUserAttachment objects.
Note. Some methods and properties of this object are not available on the Web Verification Station for checking rules locally. The methods and properties that are not supported are marked with an asterisk (*).
Methods
Definition | Description |
---|---|
AddNew( name : string) : IUserAttachment * |
Creates a new attachment file and starts editing it.
|
Delete( name : string) * |
Deletes the attachment file with the given name.
|
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 |
Properties
Name | Type | Access | Description |
---|---|---|---|
IsEmpty | bool | Read-only | Checks whether the array contains any attachment files |
Names | IVariantArray | Read-only | The array with the names of attachment files |
4/12/2024 6:16:02 PM