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

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120