CIMFormAttachmentElement Class Properties
In This Topic
For a list of all members of this type, see CIMFormAttachmentElement members.
Public Properties
| | Name | Description |
 | AllowUserRename |
Gets or sets a value indicating whether the user renaming an attachment is allowed.
|
 | AttachmentInput |
Gets or sets the input user interface to use for the attachment.
|
 | AttachmentKeyword |
Gets or sets a string to identify the attachment(s). When a file is attached using the form, this
property is used to set the value of the keywords field for the attachment. When a form is
displaying existing attachments, this property is used to query attachments using an exact match on
the keywords field.
|
 | Description |
Gets or sets a string that describes the element in detail.
|
 | DisplayFilename |
Gets or sets a value indicating whether the file name should be displayed. Default is 'false'.
|
 | EditableExpressionName |
Gets or sets the name of an Arcade expression that returns a boolean value. When this expression
evaluates to 'true', the element is editable. When the expression evaluates to 'false' the element
is not editable.
|
 | FilenameExpression |
Gets or sets an Arcade expression that is evaluated to produce filenames for new attachments. If not
specified, a unique name will be generated using the 'AttachmentKeyword' and the current timestamp
when the attachment is added.
|
 | Label |
Gets or sets a string value indicating what the element represents.
|
 | MaxAttachmentCount |
Gets or sets the maximum number of attachments allowed for this element. If set (or defaulted) to -1,
there is no maximum.
|
 | MinAttachmentCount |
Gets or sets the minimum number of attachments required for this element. If set (or defaulted) to 0,
no attachements are required.
|
 | UseOriginalFilename |
Gets or sets a value indicating whether the uploaded attachment's file name is preserved. If
'false', the name is updated based on 'FilenameExpression'. Default is 'true'.
|
 | VisibilityExpressionName |
Gets or sets the name of an Arcade expression that returns a boolean value. When this expression
evaluates to 'true', the element is displayed. When the expression evaluates to 'false' the element
is not displayed. If no expression is provided, the default behavior is that the element is
displayed.
|
Top
See Also