updateAttachment

suspend fun updateAttachment(attachmentInfo: Attachment, name: String, contentType: String, data: ByteArray?): Result<Unit>

Updates the given attachment of this feature.

Return

A Result that has no return value.

Since

200.1.0

Parameters

attachmentInfo

Information describing the attachment.

name

The attachment name.

contentType

The type of content.

data

The attachment data.

See also

FeatureServiceSessionType