ICIObjectAccessRights

The ICIObjectAccessRights interface is used in Event Rules.

  • Property CanDelete As SFTPAdvBool

  • HRESULT CanDelete([out, retval] SFTPAdvBool *pVal);
    HRESULT CanDelete([in] SFTPAdvBool newVal);

    EFT v7.2

  • Property CanExecute As SFTPAdvBool

  • HRESULT CanExecute([out, retval] SFTPAdvBool *pVal);
    HRESULT CanExecute([in] SFTPAdvBool newVal);

    EFT v7.2

  • Property CanManagePermissions As SFTPAdvBool

  • HRESULT CanManagePermissions([out, retval] SFTPAdvBool *pVal);
    HRESULT CanManagePermissions([in] SFTPAdvBool newVal);

    EFT v7.2

  • Property CanRead As SFTPAdvBool

  • HRESULT CanRead([out, retval] SFTPAdvBool *pVal);
    HRESULT CanRead([in] SFTPAdvBool newVal);

    EFT v7.2

  • Property CanWrite As SFTPAdvBool

  • HRESULT CanWrite([out, retval] SFTPAdvBool *pVal);
    HRESULT CanWrite([in] SFTPAdvBool newVal);

    EFT v7.2