Click or drag to resize

spiderWebStructureToolsgetLinkSignature 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.getLinkSignature(imbWEM.Core.crawler.targets.spiderLink,System.Boolean,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 getLinkSignature(
	this spiderLink sLink,
	bool cripted = false,
	bool inverse = false
)

Parameters

sLink
Type: imbWEM.Core.crawler.targetsspiderLink

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

cripted (Optional)
Type: SystemBoolean

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

inverse (Optional)
Type: SystemBoolean

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

Return Value

Type: String

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type spiderLink. 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