ICIFileActionConcatenateParams
The ICIFileActionConcatenateParams interface specifies properties of the Event Rules File Operation Action.
-
Property ConcatenatedPath As String
HRESULT ConcatenatedPath([out, retval] BSTR* pVal); HRESULT ConcatenatedPath([in] BSTR newVal);
EFT v8.0.5 and later
Property MatchingFileOption As MatchingFileOption
HRESULT MatchingFileOption([out, retval] MatchingFileOption* pVal); HRESULT MatchingFileOption([in] MatchingFileOption newVal);
EFT v8.0.5 and later
Property SourcePathA As String
HRESULT SourcePathA([out, retval] BSTR* pVal); HRESULT SourcePathA([in] BSTR newVal);
EFT v8.0.5 and later
Property SourcePathB As String
HRESULT SourcePathB([out, retval] BSTR* pVal); HRESULT SourcePathB([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