ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMFormSupportedAttachmentsInput Class / AttachmentAssociationType Property

In This Topic
    AttachmentAssociationType Property
    In This Topic
    Gets or sets whether existing attachments should be associated with this element. 'Any' will associate all existing attachments to this form element; this can be the only 'formAttachmentElement' within the form. 'ExactOrNone' will associate any attachments with the associated 'keyword' and any attachments with no keyword defined; only one form element can have this value defined. 'Exact' will associate only attachments that include the specific keyword.
    Syntax
    Public Property AttachmentAssociationType As FormAttachmentAssociationType
    public FormAttachmentAssociationType AttachmentAssociationType {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also