ExistingData Enum

Definition

Used by the ExistingData property to determine whether data should be appended to existing data, or have the existing data replaced.

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

Fields

Append 1

Appends the new data to the existing data.

Replace 0

Replaces the existing data with the new data.

Applies to