getById method

getById(id)

Returns the structured document tag by identifier.

getById(id: number)
ParameterTypeDescription
idnumberThe structured document tag identifier.

Remarks

Returns null if the structured document tag with the specified identifier cannot be found.

See Also