ICIFileActionDeleteParams
The ICIFileActionWriteParams interface specifies properties of the Event Rules File Operation Action.
-
Function GetFilter() As Object
HRESULT GetFilter([out, retval] IDispatch* *pVal);
EFT v8.0.5 and later
Property IncludeSubdirectories As Boolean
HRESULT IncludeSubdirectories([out, retval] VARIANT_BOOL *pVal); HRESULT IncludeSubdirectories([in] VARIANT_BOOL newVal);
EFT v8.0.5 and later
Sub SetFilter(newVal As Object)
HRESULT SetFilter([in] IDispatch* 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