Click or drag to resize

fileDataPropertyMode Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.files.fileDataStructure
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public enum fileDataPropertyMode
Request Example View Source
Members
  Member nameValueDescription
none0
text1
XML2
JSON3
binary4
autoTextOrXml5 If the property is String it will create text file, if class instance it will be XML
See Also