IntegrationTestBaseSetRecordDigitallySigned Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.SetRecordDigitallySigned(System.String,System.Boolean)"]
Namespace: Scanjour.Workflow4.TestFrameworkAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic void SetRecordDigitallySigned(
string recordId,
bool value
)
Public Sub SetRecordDigitallySigned (
recordId As String,
value As Boolean
)
public:
void SetRecordDigitallySigned(
String^ recordId,
bool value
)
member SetRecordDigitallySigned :
recordId : string *
value : bool -> unit
Parameters
- recordId String
[Missing <param name="recordId"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.SetRecordDigitallySigned(System.String,System.Boolean)"]
- value Boolean
[Missing <param name="value"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.SetRecordDigitallySigned(System.String,System.Boolean)"]
See Also