Click or drag to resize

ICaseManagerOpenCaseByName Method

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

Namespace:  Law.EdaIntegration.Case
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax
C#
Case OpenCaseByName(
	string caseName,
	bool runMigrations = false
)

Parameters

caseName
Type: SystemString

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

runMigrations (Optional)
Type: SystemBoolean

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

Return Value

Type: Case

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

See Also