Click or drag to resize

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
)

Parameters

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

Return Value

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