Flatten Property

MSBuild

Gets or sets a value indicating whether this T:Zip is flatten.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property Flatten As Boolean
C#
public bool Flatten { get; set; }
C++
public property bool Flatten sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_Flatten();

/** property */
public void set_Flatten(bool value);
JScript
public function get Flatten() : bool

public function set Flatten(value : bool);

Property Value

true if flatten; otherwise, false.

Remarks

Flattening the zip means that all directories will be removed and the files will be place at the root of the zip file

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.