Click or drag to resize

WebDomainCategoryFormatOptions Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbNLP.Project.Dataset.WebDomainCategoryFormatOptions"]

Namespace:  imbNLP.Project.Dataset
Assembly:  imbNLP.Project (in imbNLP.Project.dll) Version: 1.0.0
Syntax
C#
[FlagsAttribute]
public enum WebDomainCategoryFormatOptions
Members
  Member nameValueDescription
none0
saveAggregate1
saveReadmeFile2
saveGraphAtRoot4
normalizeDomainname8
saveDomainList16
lazyLoading32 The lazy loading - when loading WebDocumentsCategory, it will just index files, the content will be loaded once requested
See Also