Click or drag to resize

spiderWebStructureToolsgetPageSignature Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.crawler.structure.spiderWebStructureTools.getPageSignature(imbWEM.Core.crawler.targets.spiderPage,System.Boolean)"]

Namespace:  imbWEM.Core.crawler.structure
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public static string getPageSignature(
	this spiderPage sPage,
	bool cripted = false
)

Parameters

sPage
Type: imbWEM.Core.crawler.targetsspiderPage

[Missing <param name="sPage"/> documentation for "M:imbWEM.Core.crawler.structure.spiderWebStructureTools.getPageSignature(imbWEM.Core.crawler.targets.spiderPage,System.Boolean)"]

cripted (Optional)
Type: SystemBoolean

[Missing <param name="cripted"/> documentation for "M:imbWEM.Core.crawler.structure.spiderWebStructureTools.getPageSignature(imbWEM.Core.crawler.targets.spiderPage,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:imbWEM.Core.crawler.structure.spiderWebStructureTools.getPageSignature(imbWEM.Core.crawler.targets.spiderPage,System.Boolean)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type spiderPage. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also