Hook Program Methods

This parameter object contains methods that the hook program can use to get access to data used by the project creation process.

Method Name Parameters Returns Notes
GetXMLConfigObject() N/A Object This method returns the XMLConfig object, which provides read access to the XML configuration file values.
GetMsgLoggerObject() N/A Object This method returns the MsgLogger object, which allows messages to be added to the process log.
SetSuccess(Boolean) VFP Boolean N/A This method sets whether the hook program is successful. Calling SetSuccess and passing a value of false does not stop the creation process (it has already completed by the time the hook is called), but it prevents any successive custom hooks from being called.