WorkflowAssistantDialogShowSaveToDropbox Property
|
This property controls whether or not the Save to Dropbox 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[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(88)]
[BindableAttribute(BindableSupport.Yes)]
public bool ShowSaveToDropbox { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(88)>
<BindableAttribute(BindableSupport.Yes)>
Public Property ShowSaveToDropbox As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(88)]
[BindableAttribute(BindableSupport::Yes)]
property bool ShowSaveToDropbox {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also