Click or drag to resize

contentHashAndAddressEntryList Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the contentHashAndAddressEntryList class

Namespace:  imbWEM.Core.crawler.structure
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public contentHashAndAddressEntryList(
	string __listName,
	string __comment,
	contentHashTypeEnum __type
)

Parameters

__listName
Type: SystemString

[Missing <param name="__listName"/> documentation for "M:imbWEM.Core.crawler.structure.contentHashAndAddressEntryList.#ctor(System.String,System.String,imbWEM.Core.crawler.structure.contentHashTypeEnum)"]

__comment
Type: SystemString

[Missing <param name="__comment"/> documentation for "M:imbWEM.Core.crawler.structure.contentHashAndAddressEntryList.#ctor(System.String,System.String,imbWEM.Core.crawler.structure.contentHashTypeEnum)"]

__type
Type: imbWEM.Core.crawler.structurecontentHashTypeEnum

[Missing <param name="__type"/> documentation for "M:imbWEM.Core.crawler.structure.contentHashAndAddressEntryList.#ctor(System.String,System.String,imbWEM.Core.crawler.structure.contentHashTypeEnum)"]

See Also