Keyoti SearchUnit API Docs
RemoveLocation Method (locationName)
API DocumentationKeyoti.SearchEngine.DataAccessXmlDataAccessRemoveLocation(String)
Keyoti SearchUnit v6
Removes a location from the index.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[ObsoleteAttribute("Use DocumentIndex.RemoveLocation instead - for safety it will first check if the location is used.", 
	true)]
public virtual void RemoveLocation(
	string locationName
)
[ObsoleteAttribute("Use DocumentIndex.RemoveLocation instead - for safety it will first check if the location is used.", 
	true)]
public virtual void RemoveLocation(
	string locationName
)
<ObsoleteAttribute("Use DocumentIndex.RemoveLocation instead - for safety it will first check if the location is used.", 
	true)> 
Public Overridable Sub RemoveLocation ( 
	locationName As String
)
<ObsoleteAttribute("Use DocumentIndex.RemoveLocation instead - for safety it will first check if the location is used.", 
	true)> 
Public Overridable Sub RemoveLocation ( 
	locationName As String
)
public:
[ObsoleteAttribute(L"Use DocumentIndex.RemoveLocation instead - for safety it will first check if the location is used.", 
	true)]
virtual void RemoveLocation(
	String^ locationName
)
public:
[ObsoleteAttribute(L"Use DocumentIndex.RemoveLocation instead - for safety it will first check if the location is used.", 
	true)]
virtual void RemoveLocation(
	String^ locationName
)
[<ObsoleteAttribute("Use DocumentIndex.RemoveLocation instead - for safety it will first check if the location is used.", 
	true)>]
abstract RemoveLocation : 
        locationName : string -> unit 
[<ObsoleteAttribute("Use DocumentIndex.RemoveLocation instead - for safety it will first check if the location is used.", 
	true)>]
override RemoveLocation : 
        locationName : string -> unit 
[<ObsoleteAttribute("Use DocumentIndex.RemoveLocation instead - for safety it will first check if the location is used.", 
	true)>]
abstract RemoveLocation : 
        locationName : string -> unit 
[<ObsoleteAttribute("Use DocumentIndex.RemoveLocation instead - for safety it will first check if the location is used.", 
	true)>]
override RemoveLocation : 
        locationName : string -> unit 
Parameters
locationName (String)

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120