ICIEventRuleFolder

The Event Rule Folder interface is used to manage a specific Event Rule folder in the Event Rules node. (Compare to ICIEventRuleFolders.)

  • Sub Add(lIndex As Long, strRuleName As String)

  • HRESULT Add([in] long lIndex, [in] BSTR strRuleName);

    EFT v7.2

  • Function Count() As Long

  • HRESULT Count([out, retval] long* plCount);

    EFT v7.2

  • Sub Delete(lIndex As Long)

  • HRESULT Delete([in] long lIndex);

    EFT v7.2

  • Sub Export(bstrDstFile As String)

  • HRESULT Export([in] BSTR bstrDstFile);

    EFT v7.2

  • Function Find(strRuleName As String) As Boolean

  • HRESULT Find([in] BSTR strRuleName, [out, retval] VARIANT_BOOL* pbResult);

    EFT v7.2

  • Function GetACL() As Object

  • HRESULT GetACL([out, retval] IDispatch** ppVal);

    EFT v7.2

  • Sub Import(bstrSrcFile As String)

  • HRESULT Import([in] BSTR bstrSrcFile);

    EFT v7.2

  • Function Item(lIndex As Long) As String

  • HRESULT Item([in] long lIndex, [out, retval] BSTR* pstrRuleName);

    EFT v7.2

  • Property Name As String

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

    EFT v7.2

  • Sub SetACL(pVal As Object)

  • HRESULT SetACL([in] IDispatch* pVal);

    EFT v7.2