DavStatusMOVED_PERMANENTLY Field
IT Hit WebDAV Classes Reference
The requested resource resides permanently under a different URI.
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public static readonly DavStatus MOVED_PERMANENTLY
Public Shared ReadOnly MOVED_PERMANENTLY As DavStatus
public:
static initonly DavStatus MOVED_PERMANENTLY
static val MOVED_PERMANENTLY: DavStatus
Field Value
Type:
DavStatusRemarks The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs. Clients with link editing capabilities ought to automatically re-link references to the Request-URI to one or more of the new references returned by the server, where possible. This response is cacheable unless indicated otherwise.
See Also