Class OnDocumentScannedNode
Document scanned event node
Inheritance
System.Object
OnDocumentScannedNode
Assembly: Simplic.Framework.Flow.dll
Syntax
public class OnDocumentScannedNode : EventNode
Properties
|
Improve this Doc
View Source
EventName
Declaration
public override string EventName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FriendlyName
Gets the friendly name of
Declaration
public override string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OutNode
Declaration
public ActionNode OutNode { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
Improve this Doc
View Source
OutPinBarcode
Declaration
public DataPin OutPinBarcode { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinBlobId
Declaration
public DataPin OutPinBlobId { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinFileExtension
Declaration
public DataPin OutPinFileExtension { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinTenantId
Declaration
public DataPin OutPinTenantId { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinUserId
Declaration
public DataPin OutPinUserId { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(IFlowRuntimeService, DataPinScope)
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type |
Name |
Description |
IFlowRuntimeService |
runtime |
Runtime instance
|
DataPinScope |
scope |
Scope instance
|
Returns
Type |
Description |
System.Boolean |
True if the node was successfull
|