Class AssemblyInstaller
Inheritance
AssemblyInstaller
Assembly: DotNetNuke.dll
Syntax
public class AssemblyInstaller : FileInstaller
Constructors
AssemblyInstaller()
Declaration
public AssemblyInstaller()
Properties
AllowableFiles
Declaration
public override string AllowableFiles { get; }
Property Value
Overrides
CollectionNodeName
Declaration
protected override string CollectionNodeName { get; }
Property Value
Overrides
DefaultPath
Declaration
protected override string DefaultPath { get; }
Property Value
Overrides
ItemNodeName
Declaration
protected override string ItemNodeName { get; }
Property Value
Overrides
PhysicalBasePath
Declaration
protected override string PhysicalBasePath { get; }
Property Value
Overrides
Methods
DeleteFile(InstallFile)
Declaration
protected override void DeleteFile(InstallFile file)
Parameters
Overrides
InstallFile(InstallFile)
Declaration
protected override bool InstallFile(InstallFile file)
Parameters
Returns
Overrides
IsCorrectType(InstallFileType)
Declaration
protected override bool IsCorrectType(InstallFileType type)
Parameters
Returns
Overrides
Extension Methods