WebDAV support has been removed in EditLive! 9.1

This element contains the configuration information for the use of EditLive! with WebDAV repositories.

Configuration Element Tree Structure

When the <webdav> element appears within the <multimedia> configuration element, information contained within the <webdav> element is used to configure the WebDAV support for embedded objects and multimedia file types in EditLive!.

<editLive>
<mediaSettings>
<multimedia>
<webdav>

<editLive>
  ...
  <mediaSettings>
    <multimedia>
      ...
      <webdav
        <!--webdav configuration settings-->
      </webdav>
    </multimedia>
    ...
  </mediaSettings>
  ...
</editLive>

When the <webdav> element appears within the <images> element, the configuration information contained within the <webdav> element is used to configure the WebDAV support for image repositories in EditLive!.

<editLive>
<mediaSettings>
<images>
<webdav>

<editLive>
  ...
  <mediaSettings>
    <images>
      ...
      <webdav
        <!--webdav configuration settings-->
      </webdav>
    </images>
  </mediaSettings>
  ...
</editLive>

When the <webdav> element appears within the <hyperlinks> element, the configuration information contained within the <webdav> element is used to configure the WebDAV support for hyperlinks in EditLive!.

<editLive>
<hyperlinks>
<webdav>

<editLive>
  ...
  <hyperlinks>
    ...
    <webdav>
      <!--webdav configuration settings-->
    </webdav>
    ...
  </hyperlinks>
  ...
</editLive>

Child Elements

<repository>

This element defines the location of a WebDAV repository.

Remarks

The <webdav> element can appear only once within the <images> element.

The <webdav> element can appear only once within the <hyperlinks> element.

The <webdav> element can appear only once within the <multimedia> element.

To use the WebDAV functionality of EditLive!, the UseWebDAV load-time property must be set to true.