Table of Contents

Class ManifestFile

Namespace
NuGet.Packaging
Assembly
Chocolatey.NuGet.Packaging.dll
public class ManifestFile
Inheritance
ManifestFile
Inherited Members

Constructors

ManifestFile()

public ManifestFile()

Properties

Exclude

public string Exclude { get; set; }

Property Value

string

Source

public string Source { get; set; }

Property Value

string

Target

public string Target { get; set; }

Property Value

string

Methods

Validate()

public IEnumerable<string> Validate()

Returns

IEnumerable<string>