ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Workflow.Models.JobModels Namespace / Job Class / CanCreateAttachment Method

In This Topic
    CanCreateAttachment Method
    In This Topic
    Checks whether attachments can be created
    Syntax
    public Tuple<bool,string> CanCreateAttachment()
    Public Function CanCreateAttachment() As Tuple(Of Boolean,String)

    Return Value

    Tuple containing whether a job attachment can be created and if not the reason why the attachment cannot be created
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also