Keyoti SearchUnit API Docs
IsLocationUsed Method (locationName)
API DocumentationKeyoti.SearchEngine.DataAccessXmlDataAccessIsLocationUsed(String)
Keyoti SearchUnit v6
Returns true if locationName is used by at least one document
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[ObsoleteAttribute("Method moved to DocumentIndex class.", true)]
public virtual bool IsLocationUsed(
	string locationName
)
[ObsoleteAttribute("Method moved to DocumentIndex class.", true)]
public virtual bool IsLocationUsed(
	string locationName
)
<ObsoleteAttribute("Method moved to DocumentIndex class.", true)> 
Public Overridable Function IsLocationUsed ( 
	locationName As String
) As Boolean
<ObsoleteAttribute("Method moved to DocumentIndex class.", true)> 
Public Overridable Function IsLocationUsed ( 
	locationName As String
) As Boolean
public:
[ObsoleteAttribute(L"Method moved to DocumentIndex class.", true)]
virtual bool IsLocationUsed(
	String^ locationName
)
public:
[ObsoleteAttribute(L"Method moved to DocumentIndex class.", true)]
virtual bool IsLocationUsed(
	String^ locationName
)
[<ObsoleteAttribute("Method moved to DocumentIndex class.", true)>]
abstract IsLocationUsed : 
        locationName : string -> bool 
[<ObsoleteAttribute("Method moved to DocumentIndex class.", true)>]
override IsLocationUsed : 
        locationName : string -> bool 
[<ObsoleteAttribute("Method moved to DocumentIndex class.", true)>]
abstract IsLocationUsed : 
        locationName : string -> bool 
[<ObsoleteAttribute("Method moved to DocumentIndex class.", true)>]
override IsLocationUsed : 
        locationName : string -> bool 
Parameters
locationName (String)
Return Value

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