get_by_title method

get_by_title(title)

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

def get_by_title(self, title: str):
    ...
ParameterTypeDescription
titlestrThe title of structured document tag.

Remarks

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

See Also