Search Results for

    Show / Hide Table of Contents

    Enum ExistingValueAction

    Defines that action to be taken if a specific value is already present in the set.

    Namespace: Nevatech.Vsb.Repository.Processing
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public enum ExistingValueAction

    Fields

    Name Description
    Append

    Appends new value to the existing value.

    Overwrite

    Replaces the existing value with the new one.

    Skip

    Does nothing if value is already present.

    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation