updateContent

suspend fun updateContent(contentParameters: PortalItemContentParameters): Result<Unit>

Update the portal item with the given PortalItemContentParameters.

Return

a Result indicating whether the operation is successful or not

Since

200.0.0

Parameters

contentParameters

the portal item content parameters instance with which to update the portal item.