ICIFileActionReadParams

The ICIFileActionReadParams interface specifies properties of the Event Rules File Operation Action.

  • Property DestinationVariable As String

  • HRESULT DestinationVariable([out, retval] BSTR* pVal);
    HRESULT DestinationVariable([in] BSTR newVal);

    EFT v8.0.5 and later

  • Property SourcePath As String

  • HRESULT SourcePath([out, retval] BSTR* pVal);
    HRESULT SourcePath([in] BSTR newVal);

    EFT v8.0.5 and later

  • Property TreatMissingSourceAsSuccess As Boolean

  • HRESULT TreatMissingSourceAsSuccess([out, retval] VARIANT_BOOL *pVal);
    HRESULT TreatMissingSourceAsSuccess([in] VARIANT_BOOL newVal);

    EFT v8.0.5 and later