subfiles
Obtain information about subfiles. The Container holds references to the session and input.
DEPRECATED: The Session::subfiles
method is deprecated in KeyView 23.3.0 and later. OpenText recommends that you create a Document object to represent each document and use the Document::subfiles
method instead.
This method is still available for existing implementations, but it might be incompatible with new functionality and might be removed in future.
Syntax
template<typename Input_Type> Container Session::subfiles(Input_Type &input)