arachnode.net

DataType Constructor

Initializes a new instance of the DataType struct.

DataType(
   string contentType,
   int contentTypeID,
   DiscoveryType discoveryType,
   string fullTextIndexType,
   List<stringsynonyms,
   List<stringoverrides
);

Parameters

contentType
Type of the content.
contentTypeID
The content type ID.
discoveryType
Type of the discovery.
fullTextIndexType
Full type of the text index.
synonyms
The synonyms.
overrides
The overrides.

See Also

DataType Class | Arachnode.SiteCrawler.Value.Structs Namespace