Click or drag to resize

ICaseManagerDelete Method

[Missing <summary> documentation for "M:Law.EdaIntegration.Case.ICaseManager.Delete(System.Guid,System.Boolean)"]

Namespace:  Law.EdaIntegration.Case
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax
C#
void Delete(
	Guid caseId,
	bool removeHomeDirectory = true
)

Parameters

caseId
Type: SystemGuid

[Missing <param name="caseId"/> documentation for "M:Law.EdaIntegration.Case.ICaseManager.Delete(System.Guid,System.Boolean)"]

removeHomeDirectory (Optional)
Type: SystemBoolean

[Missing <param name="removeHomeDirectory"/> documentation for "M:Law.EdaIntegration.Case.ICaseManager.Delete(System.Guid,System.Boolean)"]

See Also