NAnt SDK Documentation - v0.92

SolutionTask.EnableWebDav Property

Allow the task to use WebDAV for retrieving/compiling the projects within solution. Use of WebMap is preferred over WebDAV. The default is false.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="enablewebdav", ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property EnableWebDav As Boolean
[C#]
[TaskAttribute(Required=False, Name="enablewebdav", ExpandProperties=True, ProcessXml=True)]
[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.

See Also

SolutionTask Class | NAnt.VSNet.Tasks Namespace