Keyoti Search for ASP.NET API Docs
GetLocationCategoryRecord Method (locationID)
API DocumentationKeyoti.SearchEngine.DataAccessXmlDataAccessGetLocationCategoryRecord(Int32)
Keyoti Search for ASP.NET 2010
Gets a LocationCategoryRecord based on the locationID.
Declaration Syntax
C#Visual BasicVisual C++
public virtual LocationCategoryRecord GetLocationCategoryRecord(
	int locationID
)
Public Overridable Function GetLocationCategoryRecord ( _
	locationID As Integer _
) As LocationCategoryRecord
public:
virtual LocationCategoryRecord^ GetLocationCategoryRecord(
	int locationID
)
Parameters
locationID (Int32)
The id of an existing location category record.
Return Value
The corresponding LocationCategoryRecord or null if none found.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609