The PackageWriterBase type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AppCodeFiles |
Gets a Dictionary of AppCodeFiles that should be included in the Package
| |
| AppCodePath |
Gets and sets the Path for the Package's app code files
| |
| Assemblies |
Gets a Dictionary of Assemblies that should be included in the Package
| |
| AssemblyPath |
Gets and sets the Path for the Package's assemblies
| |
| BasePath |
Gets and sets the Base Path for the Package
| |
| CleanUpFiles |
Gets a Dictionary of CleanUpFiles that should be included in the Package
| |
| Dependencies | ||
| Files |
Gets a Dictionary of Files that should be included in the Package
| |
| HasProjectFile |
Gets and sets whether a project file is found in the folder
| |
| IncludeAssemblies |
Gets whether to include Assemblies
| |
| LegacyError |
Gets and sets whether there are any errors in parsing legacy packages
| |
| Log |
Gets the Logger
| |
| Package |
Gets the associated Package
| |
| Resources |
Gets a Dictionary of Resources that should be included in the Package
| |
| Scripts |
Gets a Dictionary of Scripts that should be included in the Package
| |
| Versions |
Gets a List of Versions that should be included in the Package
|