DOMDocument.GetElementById

Syntax:

GetElementById(<ID>)

Parameters:

<ID> (required)

Type: String.
ID of the required element.

Returned value:

Type: DOMElement; Undefined.
Node having an attribute with IsId property set to True.

Description:

Selects all elements by ID.

Availability:

Server, thick client, external connection, Mobile application (server).

    

1C:Enterprise Developer's Community