constructObject method
Create a new CMSObject for the object referenced by logicalId.
constructObject(logicalId [, doc [, reserved]] )
Parameters
String logicalId
Logical ID for a CMS object to be referenced.
Document doc
[optional] NULL or document to use for context information.
boolean reserved
[optional] This parameter is reserved for future use and should always be false.
Returns
CMSObject. New object handle.
Throws
CMSException
Raised if the CMS object does not exist or an error occurs.
这对您有帮助吗?