Click or drag to resize

NVMergeOptions Enumeration

Options for use with NvCollectionExts extensions to the .Net NamedValueCollection class.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum NVMergeOptions
Members
  Member nameValueDescription
Replace1Add the item, replacing any item with the same name.
ReplaceIfBlank2Add the item, replacing any item with the same name if the value of item being replaced is null or blank.
See Also