Summary
Allow the task to use WebDAV for retrieving/compiling the projects within solution. Use of
NAnt.VSNet.Types.WebMap
is preferred over WebDAV. The default is false
.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet .Tasks - Containing Type
- SolutionTask
Syntax
[TaskAttribute("enablewebdav", Required = false)]
[BooleanValidator()]
public bool EnableWebDav { get; set; }
Remarks
WebDAV support requires permission changes to be made on your project server. These changes may affect the security of the server and should not be applied to a public installation.
Consult your web server or the NAnt Wiki documentation for more information.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Boolean |
Used to indicate that a property should be able to be converted into a
bool .
|
Value
Type | Description |
---|---|
bool |