Gets or sets a value indicating whether this
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
if flatten; otherwise, .
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
Documentation version 1.0.0.0.