ICIContentIntegrityControlActionParams

The ICIContentIntegrityControlActionParams interface refers to the Content Integrity Control dialog box used in the File Scan Action in Event Rules.

Properties

  • Property AdHocProfile As Object (accessing this property on anICIContentIntegrityControlActionParamsobject that uses a preset profile will cause the script to fail.

  • HRESULT AdHocProfile([out, retval] IDispatch** profile);
    HRESULT AdHocProfile([in] IDispatch* profile);

    EFT v7.0.3

  • Property File As String

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

    EFT v7.0.3

  • Property ProfileName As String

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

    EFT v7.0.3

Related Topics