Returns the definition of a document, as well as other properties such as the document’s type, file type, and security class.
<HFMwManageDocuments>.GetDocumentEx (bstrPath, bstrName, lDocumentType, lDocumentFileType, pvarbstrDescription, pvarbstrSecurityClass, pvarbPrivate, pvbstrOwner, pvdTimestamp, pvlFolderContentType)
Identifies the type of document to return. Valid values are represented by the HFMConstants type library constants listed in Document Type Constants. | |
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. | |
Indicates whether the document is public or private. TRUE indicates private, FALSE indicates public. | |
Returns the document’s timestamp. The timestamp can be converted to a Date format; for example, in VBScript you can convert with CDate. | |
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. |