Click or drag to resize

cssCollectioncssEntryPolicy Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Policy on managing entries that already exist

Namespace:  imbSCI.Core.style.css
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public enum cssEntryPolicy
Request Example View Source
Members
  Member nameValueDescription
replace0 Replace completly existing entry
setIfNotExisting1 The set if not existing
merge2 Merge with existing entry: adding new attributes and replaces the overlapping attributes
See Also