update Attachment
Updates the given attachment, with keywords, of this feature. This method will overwrite and/or clear any existing keywords on the attachment.
Return
An ArcGISException will be set on the Result if the feature layer doesn't support the attachment keywords
Since
300.0.0
Parameters
Information describing the attachment.
The attachment name.
The type of the content.
The attachment data. If null, the existing data will be unchanged.
Attachment keywords. The attachment keywords can be accessed using Attachment.keywords.
See also
Updates the given attachment, with keywords, of this feature. This method will overwrite and/or clear any existing keywords on the attachment.
Return
A FileNotFoundException will be set on the Result if the file at filePath does not exist, and an ArcGISException will be set on the Result if the feature table does not support keywords
Since
300.0.0
Parameters
Information describing the attachment.
The name of the Attachment.
The type of content.
Path to a file that will be used for the attachment's content.
Attachment keywords. The attachment keywords can be accessed using Attachment.keywords.