Click or drag to resize

PropExportFlags Enumeration

Flags for Properties.ExportTagString()

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum PropExportFlags
Members
  Member nameValueDescription
UrlEncode1UrlEncode the TagString
EscapeDelims2Escape delimiters in property values.
IncludeFormat4 Include a format specifier at the start of the tag string. This allows the Properties.Import(tagString) method to decode the tag string.
See Also