openExisting

abstract suspend fun openExisting(sidOrUniqueName: String): SyncDocument

Open existing SyncDocument by SID or unique name.

Return

Opened SyncDocument.

Parameters

sidOrUniqueName

SID or unique name to find existing SyncDocument.

Throws

TwilioException

When error occurred while document opening.