Click or drag to resize

IntegrationTestBaseGetCaseCustomDateTimeValue Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.GetCaseCustomDateTimeValue(System.String,System.String)"]


Namespace: Scanjour.Workflow4.TestFramework
Assembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public DateTime? GetCaseCustomDateTimeValue(
	string caseId,
	string customLabel
)

Parameters

caseId  String

[Missing <param name="caseId"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.GetCaseCustomDateTimeValue(System.String,System.String)"]

customLabel  String

[Missing <param name="customLabel"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.GetCaseCustomDateTimeValue(System.String,System.String)"]

Return Value

NullableDateTime

[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.GetCaseCustomDateTimeValue(System.String,System.String)"]

See Also