Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%Installer.LoadPage

class %Installer.LoadPage extends %Installer.Activity

This is a "LoadPage" activity within a Manifest document

Property Inventory

Properties

property Dir as %String (MAXLEN = 1024);
Directory
Property methods: DirDisplayToLogical(), DirGet(), DirIsValid(), DirLogicalToDisplay(), DirLogicalToOdbc(), DirNormalize(), DirSet()
property Flags as %String [ InitialExpression = "ck" ];
Flags value
Property methods: FlagsDisplayToLogical(), FlagsGet(), FlagsIsValid(), FlagsLogicalToDisplay(), FlagsLogicalToOdbc(), FlagsNormalize(), FlagsSet()
property IgnoreErrors as %String [ InitialExpression = "0" ];
Ignore errors flag
Property methods: IgnoreErrorsDisplayToLogical(), IgnoreErrorsGet(), IgnoreErrorsIsValid(), IgnoreErrorsLogicalToDisplay(), IgnoreErrorsLogicalToOdbc(), IgnoreErrorsNormalize(), IgnoreErrorsSet()
property Target as %String (MAXLEN = 1024, XMLNAME = "Name");
Page name
Property methods: TargetDisplayToLogical(), TargetGet(), TargetIsValid(), TargetLogicalToDisplay(), TargetLogicalToOdbc(), TargetNormalize(), TargetSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab