dtSearch Text Retrieval Engine .NET interface

ConvertPathFlags Enumeration

Flags for Server.ConvertPath

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum ConvertPathFlags

Members

Member Name Description Value
dtsCpReadFromRegistry Read the latest table of mappings from the registry. 64
dtsCpStoreInRegistry Store the updated table of mappings in the registry. 32
dtsCpRefreshMappings Use the Metabase to update the table of local-to-virtual mappings that the dtSearch engine uses to perform these conversions 16
dtsCpMakeUNC Convert a mapped path to a UNC path 8
dtsCpMakeLocal Convert a virtual path to a local path 2
dtsCpMakeVirtual Convert a local path to a virtual path 1

Requirements

Namespace: dtSearch.Engine

Assembly: dtSearchNetApi (in dtSearchNetApi.dll)

See Also

dtSearch.Engine Namespace