Click or drag to resize

textRetriveEngineretriveText Method (IXPathNavigable, textRetriveSetup)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Core.textRetrive.textRetriveEngine.retriveText(System.Xml.XPath.IXPathNavigable,imbNLP.Core.textRetrive.textRetriveSetup)"]

Namespace:  imbNLP.Core.textRetrive
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntax
C#
public static string retriveText(
	this IXPathNavigable source,
	textRetriveSetup settings = null
)

Parameters

source
Type: System.Xml.XPathIXPathNavigable

[Missing <param name="source"/> documentation for "M:imbNLP.Core.textRetrive.textRetriveEngine.retriveText(System.Xml.XPath.IXPathNavigable,imbNLP.Core.textRetrive.textRetriveSetup)"]

settings (Optional)
Type: imbNLP.Core.textRetrivetextRetriveSetup

[Missing <param name="settings"/> documentation for "M:imbNLP.Core.textRetrive.textRetriveEngine.retriveText(System.Xml.XPath.IXPathNavigable,imbNLP.Core.textRetrive.textRetriveSetup)"]

Return Value

Type: String

[Missing <returns> documentation for "M:imbNLP.Core.textRetrive.textRetriveEngine.retriveText(System.Xml.XPath.IXPathNavigable,imbNLP.Core.textRetrive.textRetriveSetup)"]

Usage Note

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