Automatically assigns the location category.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual void AutoAssignLocationCategory( DocumentRecord document, bool onlyUnassigned )
Public Overridable Sub AutoAssignLocationCategory ( _ document As DocumentRecord, _ onlyUnassigned As Boolean _ )
public: virtual void AutoAssignLocationCategory( DocumentRecord^ document, bool onlyUnassigned )
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.