DotNetNuke 5.2
The InstallFile class represents a single file in an Installer Package

Namespace:  DotNetNuke.Services.Installer
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
[SerializableAttribute]
public class InstallFile
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class InstallFile
Visual C++
[SerializableAttribute]
public ref class InstallFile

Remarks

Inheritance Hierarchy

System..::.Object
  DotNetNuke.Services.Installer..::.InstallFile

See Also