Click or drag to resize

ICaseManager.OpenCaseById Method

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

Namespace:  Law.EdaIntegration.Case
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax
C#
Case OpenCaseById(
	Guid caseId,
	bool runMigrations = false
)

Parameters

caseId
Type: System.Guid

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

runMigrations (Optional)
Type: System.Boolean

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

Return Value

Type: Case

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

See Also