FailedDependencyResponse Class

IT Hit WebDAV for .NET

Means that operation could not be performed on the hierarchy item because the requested action depended on another action and that action failed.

For a list of all members of this type, see FailedDependencyResponse Members.

System.Object
   ITHit.WebDAV.Server.Response.WebDAVResponse
      ITHit.WebDAV.Server.Response.FailedDependencyResponse

[Visual Basic]
Public Class FailedDependencyResponse
    Inherits WebDAVResponse
[C#]
public class FailedDependencyResponse : WebDAVResponse

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Usually you will inlude this response in the MultipropResponse object returned from the UpdateProperties method.

Requirements

Namespace: ITHit.WebDAV.Server.Response

Assembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll)

See Also

FailedDependencyResponse Members | ITHit.WebDAV.Server.Response Namespace