| Name | Description | |
|---|---|---|
![]() | CIMFormAttachmentElement Constructor |
The following tables list the members exposed by CIMFormAttachmentElement.
| Name | Description | |
|---|---|---|
![]() | CIMFormAttachmentElement Constructor |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Clone | Creates a deep copy of CIMFormAttachmentElement. |
![]() ![]() | FromJson | Reconstructs the CIMFormAttachmentElement with a specified state from a JSON encoding. |
![]() | GetSchema | Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject) |
![]() | ReadXml | Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject) |
![]() | ToJson | Overridden. Creates a JSON encoding of the CIMFormAttachmentElement and its current state. |
![]() | WriteXml | Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject) |
| Name | Description | |
|---|---|---|
![]() | RaisePropertyChanged | Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject) |
![]() | ReadXmlElement | Overridden. Reads the child element inside the reader. |
![]() | WriteXmlElements | Overridden. Writes a child element to the writer. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject) |