GetPPReposProperty(docHandle, propertyName);
docHandle
An identifier specifying a document. You can retrieve the identifier by using either the GetFirstPPDoc() or the GetNextPPDoc() function.propertyName
The name of the repository property. The propertyName can be:
• server – the FO server name.
• dbname – the FO database name.
• physicalserver – the physical server for the FO server.
• dblogicalname – the database logical name.Returns the value of the specified repository property storing the document specified by the docHandle parameter.The value of propertyName.$doc_handle=GetFirstPPDoc();$subject=GetPPReposProperty($doc_handle, "server");
OpenText StreamServe 5.6 | Updated: 2013-03-01 |