Skip to main content
A newer version of this page is available. .

RichEditDocument.getSubDocumentById(subDocumentId) Method

Returns the sub-document with the specified identifier.

Declaration

getSubDocumentById(
    subDocumentId: number
): SubDocument

Parameters

Name Type Description
subDocumentId number

An integer value specifying the required sub-document.

Returns

Type Description
SubDocument

A SubDocument value specifying the sub-document.

See Also