Show / Hide Table of Contents

Property Keywords

Keywords

Gets the keywords of the attachment concatenated as a string.

Declaration
public string Keywords { get; }
Property Value
Type Description
string

The keywords of the attachment concatenated as a string.

Remarks

Despite its plural inflection, this property is typically treated as a single keyword.

Multiple keywords can be concatenated into the string using a delimiter (for example, a comma) if desired but other APIs, like AttachmentsPopupElement, will treat the entire string as a single keyword and additional custom parsing will be required to split the string into multiple keywords.

See Also
AddAttachmentAsync(string, string, byte[], string)
UpdateAttachmentAsync(Attachment, string, string, byte[], string)

Applies to

Platforms and versions
TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.