Automatically assigns the content category.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public virtual void AutoAssignContentCategory( DocumentRecord document, bool onlyUnassigned )
public virtual void AutoAssignContentCategory( DocumentRecord document, bool onlyUnassigned )
Public Overridable Sub AutoAssignContentCategory ( document As DocumentRecord, onlyUnassigned As Boolean )
Public Overridable Sub AutoAssignContentCategory ( document As DocumentRecord, onlyUnassigned As Boolean )
public: virtual void AutoAssignContentCategory( DocumentRecord^ document, bool onlyUnassigned )
public: virtual void AutoAssignContentCategory( DocumentRecord^ document, bool onlyUnassigned )
abstract AutoAssignContentCategory : document : DocumentRecord * onlyUnassigned : bool -> unit override AutoAssignContentCategory : document : DocumentRecord * onlyUnassigned : bool -> unit
abstract AutoAssignContentCategory : document : DocumentRecord * onlyUnassigned : bool -> unit override AutoAssignContentCategory : document : DocumentRecord * onlyUnassigned : bool -> unit
Parameters
- document (DocumentRecord)
- The DocumentRecord to be assigned to categories.
- onlyUnassigned (Boolean)
- If true, only assigns a category when one (other than default) is not already set.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120