ICIAdvancedWorkflowFolder Interface

The ICIAdvancedWorkflowFolder Interface is used to manage Advanced Workflow folders, which are used to organize Advanced Workflows.

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

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

    EFT v8.1 and later

  • Function Count() As Long

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

    EFT v8.1 and later

  • Sub Delete(lIndex As Long, bForce As Boolean)

  • HRESULT Delete([in] long lIndex);

    EFT v8.1 and later

  • Function Find(strName As String) As Object

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

    EFT v8.1 and later

    Function GetACL

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

    EFT v8.1 and later

  • Function Item(lIndex As Long) As Object

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

    EFT v8.1 and later

    Property Name

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

    EFT v8.1 and later