Class RemoveFromScannedDocument
Inheritance
System.Object
RemoveFromScannedDocument
Assembly: Simplic.Framework.Flow.dll
Syntax
public class RemoveFromScannedDocument : ActionNode
Properties
|
Improve this Doc
View Source
FriendlyName
Declaration
public override string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InPinBlobId
Declaration
public DataPin InPinBlobId { get; set; }
Property Value
|
Improve this Doc
View Source
InPinRemoveBlob
Declaration
public DataPin InPinRemoveBlob { get; set; }
Property Value
|
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 |
|
Methods
|
Improve this Doc
View Source
Execute(IFlowRuntimeService, DataPinScope)
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type |
Name |
Description |
IFlowRuntimeService |
runtime |
|
DataPinScope |
scope |
|
Returns
Type |
Description |
System.Boolean |
|