WorkflowAssistantDialogShowSaveToFTP Property
|
This property controls whether or not the Save to FTP step is enabled when creating a new workflow.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(72)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool ShowSaveToFTP { get; set; }
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(72)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ShowSaveToFTP As Boolean
Get
Set
public:
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(72)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool ShowSaveToFTP {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also