popToDocument
Removes all of the documents on the stack that are above the passed document.
Declaration
void popToDocument(
in Document document
);Parameters
- document:
A DOM document created by parsing a TVML file.
Removes all of the documents on the stack that are above the passed document.
void popToDocument(
in Document document
);A DOM document created by parsing a TVML file.