DkmDataCreationDisposition Enum

Definition

Action to be taken if the data item is already in the container.

public enum class DkmDataCreationDisposition
public enum class DkmDataCreationDisposition
enum DkmDataCreationDisposition
public enum DkmDataCreationDisposition
type DkmDataCreationDisposition = 
Public Enum DkmDataCreationDisposition
Inheritance
DkmDataCreationDisposition

Fields

CreateAlways 1

Always add the data item. If the data item is already present then overwrite it with the new value.

CreateNew 0

Add the data item only if there is no other data item with the same id.

Applies to