GetRelevance Method

Stot

Stot

Store..::..GetRelevance Method

Gets the relevance of the Doc.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


public string GetRelevance(
	string address,
	int pos
)
Public Function GetRelevance ( _
	address As String, _
	pos As Integer _
) As String
public:
String^ GetRelevance(
	String^ address, 
	int^ pos
)

Parameters

address
Type: String
The address of the Document.
pos
Type: Int32
The position around which to get the relevance.

Return Value