See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
dtSearch::Engine::ConvertPathFlags Enumeration

Flags for Server.ConvertPath

C#
[System::Flags]
public enum ConvertPathFlags {
  None = 0,
  dtsCpMakeVirtual = 1,
  dtsCpMakeLocal = 2,
  dtsCpMakeUNC = 0x0008,
  dtsCpRefreshMappings = 0x0010,
  dtsCpStoreInRegistry = 0x0020,
  dtsCpReadFromRegistry = 0x0040
}
Visual Basic
<System::Flags>
Public Enum ConvertPathFlags
  None = 0
  dtsCpMakeVirtual = 1
  dtsCpMakeLocal = 2
  dtsCpMakeUNC = &H0008
  dtsCpRefreshMappings = &H0010
  dtsCpStoreInRegistry = &H0020
  dtsCpReadFromRegistry = &H0040
End Enum
Members
Members 
Description 
dtsCpMakeVirtual 
Convert a local path to a virtual path  
dtsCpMakeLocal 
Convert a virtual path to a local path  
dtsCpMakeUNC 
Convert a mapped path to a UNC path  
dtsCpRefreshMappings 
Use the Metabase to update the table of local-to-virtual mappings that the dtSearch engine uses to perform these conversions  
dtsCpStoreInRegistry 
Store the updated table of mappings in the registry.  
dtsCpReadFromRegistry 
Read the latest table of mappings from the registry.  
See Also
You are here: dtSearch::Engine Namespace > ConvertPathFlags Enumeration
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.