Click or drag to resize
WebDAVEngine Class
CMS WebDav engine.
Inheritance Hierarchy
SystemObject
  Engine
    CMS.WebDAVWebDAVEngine

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 9.0.0
Syntax
C#
public class WebDAVEngine : Engine

The WebDAVEngine type exposes the following members.

Constructors
  NameDescription
Public methodWebDAVEngine
Top
Properties
  NameDescription
Public propertyUrlParser
Gets URL parser.
Top
Methods
  NameDescription
Public methodGetHierarchyItem
Gets hierarchy item objects by path.
(Overrides Engine.GetHierarchyItem(String).)
Public methodGetHierarchyItemAndName
Gets hierarchy item objects by path.
(Overrides Engine.GetHierarchyItemAndName(String, String, String).)
Top
See Also