NAnt SDK Documentation - v0.85-nightly-2005-11-09

SolutionTask.EnableWebDav Property

[This is preliminary documentation and subject to change.]

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