Gets or sets if the category dialog is automatically updated when the IndexData member changes.
Namespace: Therefore.API
Visual Basic
Public Overridable Property AutoUpdate As Boolean
C#
public virtual bool AutoUpdate { get; set; }
Property Value
Value
|
Condition
|
true
|
The category dialog is automatically updated when the IndexData member changes.
|
false
|
The category dialog is NOT automatically updated when the IndexData member changes. Use the Update method to update manually.
|
|