%Installer.LoadPage
Class %Installer.LoadPage Extends %Installer.Activity [ ServerOnly = 1, System = 3 ]
This is a "LoadPage" activity within a Manifest document. It loads a CSP file by calling $System.CSP.LoadPage(Name, Flags) and $System.CSP.LoadPageDir(Dir, Flags).
Properties
Target
Property Target As %String(MAXLEN = 1024, XMLNAME = "Name");
Page name
Dir
Property Dir As %String(MAXLEN = 1024);
Directory
Flags
Property Flags As %String [ InitialExpression = "ck" ];
Flags value
IgnoreErrors
Property IgnoreErrors As %String [ InitialExpression = "0" ];
Ignore errors flag
Methods
%OnGenerateCode
Method %OnGenerateCode(pTargetClass As %Dictionary.CompiledClass, pCode As %Stream.TmpCharacter, pDocument As %Installer.Manifest) As %Status [ Internal ]
Generate code for this document.