Removes a content type from the index if the type is unused, otherwise throws an exception.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public void RemoveContent( string content )
public void RemoveContent( string content )
Public Sub RemoveContent ( content As String )
Public Sub RemoveContent ( content As String )
public: void RemoveContent( String^ content )
public: void RemoveContent( String^ content )
member RemoveContent : content : string -> unit
member RemoveContent : content : string -> unit
Parameters
- content (String)
- The content name
Remarks
Throws an InvalidOperationException if the category is currently assigned to a document.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120