LocalInstallation PackageInfo Constructor NFX Class Library

[This is preliminary documentation and is subject to change.]

Provides package descriptor

Namespace: NFX.IO.FileSystem.Packaging
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public PackageInfo(
	string name,
	FileSystemDirectory source,
	string relPath
)

Parameters

name
Type: OnlineSystem String
Mnemonic name of the package (i.e. application name)
source
Type: NFX.IO.FileSystem FileSystemDirectory
Source directory where to take files from
relPath
Type: OnlineSystem String
Relative path which is appended to the root path where files will be placed
See Also