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

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