Keyoti SearchUnit API Docs
AutoAssignLocationCategory Method (document, onlyUnassigned)
API DocumentationKeyoti.SearchEngine.DataAccessXmlDataAccessAutoAssignLocationCategory(DocumentRecord, Boolean)
Keyoti SearchUnit v6
Automatically assigns the location category.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void AutoAssignLocationCategory(
	DocumentRecord document,
	bool onlyUnassigned
)
public virtual void AutoAssignLocationCategory(
	DocumentRecord document,
	bool onlyUnassigned
)
Public Overridable Sub AutoAssignLocationCategory ( 
	document As DocumentRecord,
	onlyUnassigned As Boolean
)
Public Overridable Sub AutoAssignLocationCategory ( 
	document As DocumentRecord,
	onlyUnassigned As Boolean
)
public:
virtual void AutoAssignLocationCategory(
	DocumentRecord^ document, 
	bool onlyUnassigned
)
public:
virtual void AutoAssignLocationCategory(
	DocumentRecord^ document, 
	bool onlyUnassigned
)
abstract AutoAssignLocationCategory : 
        document : DocumentRecord * 
        onlyUnassigned : bool -> unit 
override AutoAssignLocationCategory : 
        document : DocumentRecord * 
        onlyUnassigned : bool -> unit 
abstract AutoAssignLocationCategory : 
        document : DocumentRecord * 
        onlyUnassigned : bool -> unit 
override AutoAssignLocationCategory : 
        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