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


In This Topic
    CIMFormSupportedAttachmentsInput Class Properties
    In This Topic

    For a list of all members of this type, see CIMFormSupportedAttachmentsInput members.

    Public Properties
     NameDescription
    Public Property 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.  
    Public Property Gets or sets the available inputs to add an attachment. (Nesting is not supported - CIMFormAttachmentInputs should not be added to this collection.)  
    Top
    See Also