Libraries anvil runtime Doc getHead

string getHead()
Returns first sentence from this document's text.
string getHead(string type)
Returns first sentence from first child document that matches given type.
string getHead(string type, string ident)
Returns first sentence from first child document that matches given type and identifier.
Parameters type -  Type of document to search for
ident -  Identifier of document to search for