ArcGIS Pro 2.8 API Reference Guide
CanCreateAttachment Method

ArcGIS.Desktop.Workflow.Models.JobModels Namespace > Job Class : CanCreateAttachment Method
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 10, Windows 8.1

See Also

Reference

Job Class
Job Members