SubDocument.id Property
In This Article
Gets the sub-document identifier.
#Declaration
TypeScript
get id(): number
#Property Value
Type | Description |
---|---|
number | The sub-document identifier. |
#Remarks
var id = richEdit.document.mainSubDocument.id;
Refer to the following section for more information: Access a Sub-Document.
See Also