If true, then this dialog displays an Apply button.
property Key
as %ZEN.Datatype.string(ZENURL="KEY"); property Registry
as %ZEN.Datatype.string(ZENURL="REGISTRY") [ Final ]; property Service
as %ZEN.Datatype.string(ZENURL="SVC"); property canViewFileSystem
as %Boolean [ Final,InitialExpression = $system.Security.Check("%Ens_ViewFileSystem","USE") ];
Is the user permitted to access the fileSelect popup.
This callback is called after the server-side page
object and all of its children are created.
Subclasses can override this to add, remove, or modify
items within the page object model, or to provide values
for controls.
This method is invoked only when user selects to import from Local Machine.
The necessary parameters are passed in URL. The temp file name is saved in %session and to be used in loading content.
classmethod GetDefaultDir()
as %String
[ ZenMethod ]
method GetDeleteStatus()
as %String
[ ZenMethod ]
method GetImportStatus()
as %String
[ ZenMethod ]
method GetLikelyValues(pFilePath)
[ ZenMethod ]
method IsNameUnique(pID As %String)
as %Boolean
[ ZenMethod ]
method IsNameValid(pName As %String)
as %Boolean
[ ZenMethod ]