Click or drag to resize

UaReportHandlerInsertRecordIdOnInstance Method

For creating report context between db and usertasks

Namespace: Scanjour.Workflow4.ActivityLibrary.Pdf
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public void InsertRecordIdOnInstance(
	Record record,
	string taskId,
	string property = ""
)

Parameters

record  Record

[Missing <param name="record"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Pdf.UaReportHandler.InsertRecordIdOnInstance(Scanjour.Process.OData.Client.Proxy.Record,System.String,System.String)"]

taskId  String

[Missing <param name="taskId"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Pdf.UaReportHandler.InsertRecordIdOnInstance(Scanjour.Process.OData.Client.Proxy.Record,System.String,System.String)"]

property  String  (Optional)

[Missing <param name="property"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Pdf.UaReportHandler.InsertRecordIdOnInstance(Scanjour.Process.OData.Client.Proxy.Record,System.String,System.String)"]

See Also