get_by_tag method

get_by_tag(tag)

Returns the first structured document tag encountered in the collection with the specified tag.

def get_by_tag(self, tag: str):
    ...
ParameterTypeDescription
tagstrThe tag of the structured document tag.

Remarks

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

See Also