Script functions reference > Script functions in alphabetical order > G > GetPPReposProperty

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