NeedPrivilegesExceptionCanGroupWith 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.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public override bool CanGroupWith(
DavException other
)
Public Overrides Function CanGroupWith (
other As DavException
) As Boolean
public:
virtual bool CanGroupWith(
DavException^ other
) override
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