| Visual Basic | |
|---|---|
Public Enum EdmBatchFlags Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmBatchFlags : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmBatchFlags : public System.Enum | |
| Member | Description |
|---|---|
| EdmBatch_AllConfigs | 1 = Ignore the configuration argument and update the variable value in all configurations |
| EdmBatch_Nothing | 0 = Normal operation |
| EdmBatch_RefreshPreview | 2 = Reload data card |
| EdmBatch_UpdateVarIfNotPartOfCard | 4 = Update all variables, even those that are not visible in this data card |