ICICompressActionParams
The ICICompressActionsParams interface is used in Event Rules.
Members
-
Property AllowOperationForOldFiles As String
HRESULT AllowOperationForOldFiles([out, retval] VARIANT_BOOL* pVal); HRESULT AllowOperationForOldFiles([in] VARIANT_BOOL newVal);
EFT v8.2
Property Destination As String
HRESULT Destination([out, retval] BSTR* pVal); HRESULT Destination([in] BSTR newVal);
EFT v7.2
Property Format As CompressFormat
HRESULT Format([out, retval] CompressFormat* pVal); HRESULT Format([in] CompressFormat newVal);
EFT v7.2
Property IncludeSubfolders As Boolean
HRESULT IncludeSubfolders([out, retval] VARIANT_BOOL* pVal); HRESULT IncludeSubfolders([in] VARIANT_BOOL newVal);
EFT v7.2
Property KeepOldFilesInDays As Long
HRESULT KeepOldFilesInDays([out, retval] long* pVal); HRESULT KeepOldFilesInDays([in] long newVal);
EFT v8.2
Property Level As Long
HRESULT Level([out, retval] long* pVal); HRESULT Level([in] long newVal);
EFT v7.2
Property Method As CompressMethod
HRESULT Method([out, retval] CompressMethod* pVal); HRESULT Method([in] CompressMethod newVal);
EFT v7.2
Property Operation As CompressOperation
HRESULT Operation([out, retval] CompressOperation* pVal); HRESULT Operation([in] CompressOperation newVal);
EFT v7.2
Property OverwritePolicy As CompressOverwritePolicy
HRESULT OverwritePolicy([out, retval] CompressOverwritePolicy* pVal); HRESULT OverwritePolicy([in] CompressOverwritePolicy newVal);
EFT v7.2
Property OverwriteReadonlyFiles As Boolean
HRESULT OverwriteReadonlyFiles([out, retval] VARIANT_BOOL* pVal); HRESULT OverwriteReadonlyFiles([in] VARIANT_BOOL newVal);
EFT v7.2
Property PassPhrase As String
HRESULT Passphrase([out, retval] BSTR* pVal); HRESULT Passphrase([in] BSTR newVal);
EFT v7.2
Property RemoveSourceFiles As Boolean
HRESULT RemoveSourceFiles([out, retval] VARIANT_BOOL* pVal); HRESULT RemoveSourceFiles([in] VARIANT_BOOL newVal);
EFT v7.2
Property Source As String
HRESULT Source([out, retval] BSTR* pVal); HRESULT Source([in] BSTR newVal);
EFT v7.2
Property TimestampTypeForOldFiles As CompressTimestampType
HRESULT TimestampTypeForOldFiles([out, retval] CompressTimestampType* pVal); HRESULT TimestampTypeForOldFiles([in] CompressTimestampType newVal);
EFT v8.2