Returns the definition of a document, as well as other properties such as the document’s type, file type, and security class.
<HsvReports>.GetDocumentEx(bstrPath, bstrName, lDocumentType, lDocumentFileType, pbstrDescription, plSecurityClass, pvbIsPrivate, pbstrDocOwner, pdTimestamp, plFolderContentType)
Long (ByVal). Identifies the type of document to return. Valid values are represented by the HFMConstants type library constants listed in Document Type Constants. | |
Long (ByVal). Identifies the file type of the documents to return. Valid values are represented by the HFMConstants type library constants listed in Document File Type Constants. | |
Boolean. Indicates whether the document is public or private. TRUE indicates private, FALSE indicates public. | |
Double. Returns the document’s timestamp. The timestamp can be converted to a Date format; for example, in Visual Basic you can convert with CDate. | |
Long. Returns the type of document that a folder document can contain. This value has meaning only if the document is a folder; ignore this value for non-folder documents. Valid values are represented by the HFMConstants type library constants listed in Document Type Constants. |