ICIVirtualFolderPaths

The VirtualFolderPaths interface is used to specify the path for virtual folders their physical folders.

  • Property VirtualPath As String
  • HRESULT VirtualPath([out, retval] BSTR *pVal);
    HRESULT VirtualPath([in] BSTR newVal);

    EFT v7.4.13 and later

  • Property PhysicalPath As String
  • HRESULT PhysicalPath([out, retval] BSTR *pVal);
    HRESULT PhysicalPath([in] BSTR newVal);

    EFT v7.4.13 and later