get_restrictions
Gets information about any restrictions that exist on a file. For more information about this feature, see Document Restrictions.
DEPRECATED: The Session::get_restrictions
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::restrictions
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 InputType> Restrictions get_restrictions(InputType& input)