Share via


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

Name Value Description
Replace 0

Replaces the existing data with the new data.

Append 1

Appends the new data to the existing data.

Applies to