ICISynchronizeActionParams Interface

Used with the ICITransferActionParams Interface.

Members

  • Property SyncDirection As SyncDirectionType

  • HRESULT SyncDirection([out, retval] SyncDirectionType *pVal);
    HRESULT SyncDirection([in] SyncDirectionType newVal);

    EFT v8.0.5 and later

  • Property SyncIncludeSubfolders As Boolean

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

    EFT v8.0.5 and later

  • Property SyncDeleteFileIfNotPresent As Boolean

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

    EFT v8.0.5 and later

  • Property SyncOverwrite As SyncOverwriteType

  • HRESULT SyncOverwrite([out, retval] SyncOverwriteType *pVal);
    HRESULT SyncOverwrite([in] SyncOverwriteType newVal);

    EFT v8.0.5 and later