The AuthenticationPackageWriter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AuthenticationPackageWriter(PackageInfo) | DotNetNuke.Services.Installer.Writers.AuthenticationPackageWriter | |
| AuthenticationPackageWriter(AuthenticationInfo, PackageInfo) | DotNetNuke.Services.Installer.Writers.AuthenticationPackageWriter |
Methods
| Name | Description | |
|---|---|---|
| AddFile(String) | (Inherited from PackageWriterBase.) | |
| AddFile(InstallFile) | (Inherited from PackageWriterBase.) | |
| AddFile(String, String) | (Inherited from PackageWriterBase.) | |
| AddResourceFile | (Inherited from PackageWriterBase.) | |
| ConvertLegacyManifest | (Inherited from PackageWriterBase.) | |
| CreatePackage | (Inherited from PackageWriterBase.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetFiles(Boolean) | (Inherited from PackageWriterBase.) | |
| GetFiles(Boolean, Boolean) | (Inherited from PackageWriterBase.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ParseFiles | (Inherited from PackageWriterBase.) | |
| ParseFolder | (Inherited from PackageWriterBase.) | |
| ParseProjectFile | (Inherited from PackageWriterBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteFilesToManifest | (Inherited from PackageWriterBase.) | |
| WriteManifest(Boolean) |
WriteManifest writes the manifest assoicated with this PackageWriter to a string
(Inherited from PackageWriterBase.) | |
| WriteManifest(String, String) |
WriteManifest writes an existing manifest
(Inherited from PackageWriterBase.) | |
| WriteManifest(XmlWriter, Boolean) | (Inherited from PackageWriterBase.) | |
| WriteManifest(XmlWriter, String) |
WriteManifest writes a package manifest to an XmlWriter
(Inherited from PackageWriterBase.) | |
| WriteManifestComponent | (Overrides PackageWriterBase..::..WriteManifestComponent(XmlWriter).) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
| Name | Description | |
|---|---|---|
| AppCodeFiles |
Gets a Dictionary of AppCodeFiles that should be included in the Package
(Inherited from PackageWriterBase.) | |
| AppCodePath |
Gets and sets the Path for the Package's app code files
(Inherited from PackageWriterBase.) | |
| Assemblies |
Gets a Dictionary of Assemblies that should be included in the Package
(Inherited from PackageWriterBase.) | |
| AssemblyPath |
Gets and sets the Path for the Package's assemblies
(Inherited from PackageWriterBase.) | |
| AuthSystem |
Gets the associated Authentication System
| |
| BasePath |
Gets and sets the Base Path for the Package
(Inherited from PackageWriterBase.) | |
| CleanUpFiles |
Gets a Dictionary of CleanUpFiles that should be included in the Package
(Inherited from PackageWriterBase.) | |
| Dependencies | (Inherited from PackageWriterBase.) | |
| Files |
Gets a Dictionary of Files that should be included in the Package
(Inherited from PackageWriterBase.) | |
| HasProjectFile |
Gets and sets whether a project file is found in the folder
(Inherited from PackageWriterBase.) | |
| IncludeAssemblies |
Gets whether to include Assemblies
(Inherited from PackageWriterBase.) | |
| LegacyError |
Gets and sets whether there are any errors in parsing legacy packages
(Inherited from PackageWriterBase.) | |
| Log |
Gets the Logger
(Inherited from PackageWriterBase.) | |
| Package |
Gets the associated Package
(Inherited from PackageWriterBase.) | |
| Resources |
Gets a Dictionary of Resources that should be included in the Package
(Inherited from PackageWriterBase.) | |
| Scripts |
Gets a Dictionary of Scripts that should be included in the Package
(Inherited from PackageWriterBase.) | |
| Versions |
Gets a List of Versions that should be included in the Package
(Inherited from PackageWriterBase.) |