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
)
Public Overridable Function CanGroupWith (
other As DavException
) As Boolean
public:
virtual bool CanGroupWith(
DavException^ other
)
abstract CanGroupWith :
other : DavException -> bool
override CanGroupWith :
other : DavException -> bool
Parameters
- other
- Type: ITHit.WebDAV.ServerDavException
Exception to test.
Return Value
Type:
Booleantrue if exceptions can be reported as one.
Remarks See Also