Click or drag to resize

DavExceptionCanGroupWith Method

IT Hit WebDAV Classes Reference
Determines whether two errors for different properties for the same item can be grouped into one as part of Multistatus response.

Namespace:  ITHit.WebDAV.Server
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public virtual bool CanGroupWith(
	DavException other
)

Parameters

other
Type: ITHit.WebDAV.ServerDavException
Exception to test.

Return Value

Type: Boolean
true if exceptions can be reported as one.
Remarks
See Also