Automatically assigns the content category to documents.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual void AutoAssignDocumentContent( bool onlyUnassigned )
Public Overridable Sub AutoAssignDocumentContent ( _ onlyUnassigned As Boolean _ )
public: virtual void AutoAssignDocumentContent( bool onlyUnassigned )
Parameters
- onlyUnassigned (Boolean)
- If true, only assigns a category when one (other than default) is not already set.
Remarks
Uses any plug-in assembly.