AppendOption Enum

Definition

Caution

This is not used and will be removed in a future version.

Options to define how an element should be appeneded.

public enum AppendOption
[System.Obsolete("This is not used and will be removed in a future version.")]
public enum AppendOption
type AppendOption = 
[<System.Obsolete("This is not used and will be removed in a future version.")>]
type AppendOption = 
Public Enum AppendOption
Inheritance
AppendOption
Attributes

Fields

List 0

Append the item in list order without regard to schema.

Ordered 1

Append the item in accordance with what the schema defines.

Applies to