Keyoti SearchUnit API Docs
IsContentUsed Method (contentName)
API DocumentationKeyoti.SearchEngine.DataAccessXmlDataAccessIsContentUsed(String)
Keyoti SearchUnit v6
Returns true if contentName 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 IsContentUsed(
	string contentName
)
[ObsoleteAttribute("Method moved to DocumentIndex class.", true)]
public virtual bool IsContentUsed(
	string contentName
)
<ObsoleteAttribute("Method moved to DocumentIndex class.", true)> 
Public Overridable Function IsContentUsed ( 
	contentName As String
) As Boolean
<ObsoleteAttribute("Method moved to DocumentIndex class.", true)> 
Public Overridable Function IsContentUsed ( 
	contentName As String
) As Boolean
public:
[ObsoleteAttribute(L"Method moved to DocumentIndex class.", true)]
virtual bool IsContentUsed(
	String^ contentName
)
public:
[ObsoleteAttribute(L"Method moved to DocumentIndex class.", true)]
virtual bool IsContentUsed(
	String^ contentName
)
[<ObsoleteAttribute("Method moved to DocumentIndex class.", true)>]
abstract IsContentUsed : 
        contentName : string -> bool 
[<ObsoleteAttribute("Method moved to DocumentIndex class.", true)>]
override IsContentUsed : 
        contentName : string -> bool 
[<ObsoleteAttribute("Method moved to DocumentIndex class.", true)>]
abstract IsContentUsed : 
        contentName : string -> bool 
[<ObsoleteAttribute("Method moved to DocumentIndex class.", true)>]
override IsContentUsed : 
        contentName : string -> bool 
Parameters
contentName (String)
Return Value

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