ISWiSuiteFolder Object (Advanced UI and Suite/Advanced UI)
InstallShield 2020 » Automation Interface » Advanced UI and Suite/Advanced UI
Project:This information applies to the following project types:
| • | Advanced UI | 
| • | Suite/Advanced UI | 
Edition:The Advanced UI project type is available in the Professional edition of InstallShield. The Suite/Advanced UI project type is available in the Premier edition of InstallShield. For information about the differences between these two project types, see Advanced UI Projects vs. Suite/Advanced UI Projects.
The ISWiSuiteFolder object represents a folder of files in a package of an Advanced UI or Suite/Advanced UI project.
Members
| 
                                                         Name  | 
                                                    
                                                         Type  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         Method  | 
                                                    
                                                         Adds a dynamic link for the additional files that a package in an Advanced UI or Suite/Advanced UI project requires.  | 
                                                |
| 
                                                         Method  | 
                                                    
                                                         Adds a file to a folder in the package.  | 
                                                |
| 
                                                         Method  | 
                                                    
                                                         Adds a subfolder to a folder in the package.  | 
                                                |
| 
                                                         Method  | 
                                                    
                                                         Removes a dynamic link for the additional files that a package requires.  | 
                                                |
| 
                                                         Method  | 
                                                    
                                                         Removes a file from a folder in the package.  | 
                                                |
| 
                                                         Method  | 
                                                    
                                                         Removes a subfolder from a folder in the package.  | 
                                                |
| 
                                                         Collection  | 
                                                    
                                                         Contains every dynamic file link in a folder in a package of an Advanced UI or Suite/Advanced UI project.  | 
                                                |
| 
                                                         Collection  | 
                                                    
                                                         Contains all of the files in a folder of a package in an Advanced UI or Suite/Advanced UI project.  | 
                                                |
| 
                                                         Collection  | 
                                                    
                                                         Contains all of the files in the folder.  | 
                                                |
| 
                                                         Collection  | 
                                                    
                                                         Contains all of the subfolders in the current folder.  | 
                                                |
| 
                                                         Name  | 
                                                    
                                                         Read-Write String Property  | 
                                                    
                                                         Gets or sets the name of the folder in the package.  | 
                                                
Applies To
| • | ISWiSuitePackage |