BCI Class - PreUninstallCustomActionData
Description
In BBj 11.0 and higher, this class extends the com.basis.install.BeforeUninstallCustomActionData class and provides data and actions that can be utilized during pre-uninstall (before files are removed). An instance of this class is passed into the execute method of a PreUninstallCustomAction object during pre-uninstall.
Methods
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         void  | 
                                                    
                                                         selectFeature(stringp_feature, booleanp_select)  | 
                                                    
                                                         Selects or deselects the passed feature for uninstallation.  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setRemoveModifiedFiles(booleanp_removeModifiedFiles)  | 
                                                    
                                                         Specifies if the uninstall process should remove modified files. Only files that were installed will be removed even when this option is turned on.  | 
                                                
Methods of PreUninstallCustomActionData inherited from BeforeUninstallCustomActionData
Methods of PreUninstallCustomActionData inherited from UninstallCustomActionData
Methods of PreUninstallCustomActionData inherited from CustomActionData
See Also
BCI Class - BeforeUninstallCustomActionData