%Installer.CopyFile
class %Installer.CopyFile extends %Installer.Activity
This is a "CopyFile" activity within a Manifest documentProperty Inventory
Properties
property IgnoreErrors as %String [ InitialExpression = "0" ];
Ignore errors flag
Property methods: IgnoreErrorsDisplayToLogical(), IgnoreErrorsGet(), IgnoreErrorsIsValid(), IgnoreErrorsLogicalToDisplay(), IgnoreErrorsLogicalToOdbc(), IgnoreErrorsNormalize(), IgnoreErrorsSet()
property Src as %String (MAXLEN = 1024) [ Required ];
Source File name
Property methods: SrcDisplayToLogical(), SrcGet(), SrcIsValid(), SrcLogicalToDisplay(), SrcLogicalToOdbc(), SrcNormalize(), SrcSet()
property Target as %String (MAXLEN = 1024) [ Required ];
Target File name
Property methods: TargetDisplayToLogical(), TargetGet(), TargetIsValid(), TargetLogicalToDisplay(), TargetLogicalToOdbc(), TargetNormalize(), TargetSet()
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %Indent()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()