Click or drag to resize

ICaseManagerOpenCaseById 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: SystemGuid

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

runMigrations (Optional)
Type: SystemBoolean

[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