ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMFormAttachmentElement Class / AttachmentKeyword Property

In This Topic
    AttachmentKeyword Property
    In This Topic
    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.
    Syntax
    Public Property AttachmentKeyword As String
    public string AttachmentKeyword {get; set;}
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also