Keyoti SearchUnit API Docs
GetLocationCategoryRecordFromID Method (locationID)
API DocumentationKeyoti.SearchEngine.DataAccessXmlLocationTableGetLocationCategoryRecordFromID(Int32)
Keyoti SearchUnit v6
Returns a LocationCategory, corresponding to locationID passed as in parameter
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual LocationCategoryRecord GetLocationCategoryRecordFromID(
	int locationID
)
public virtual LocationCategoryRecord GetLocationCategoryRecordFromID(
	int locationID
)
Public Overridable Function GetLocationCategoryRecordFromID ( 
	locationID As Integer
) As LocationCategoryRecord
Public Overridable Function GetLocationCategoryRecordFromID ( 
	locationID As Integer
) As LocationCategoryRecord
public:
virtual LocationCategoryRecord^ GetLocationCategoryRecordFromID(
	int locationID
)
public:
virtual LocationCategoryRecord^ GetLocationCategoryRecordFromID(
	int locationID
)
abstract GetLocationCategoryRecordFromID : 
        locationID : int -> LocationCategoryRecord 
override GetLocationCategoryRecordFromID : 
        locationID : int -> LocationCategoryRecord 
abstract GetLocationCategoryRecordFromID : 
        locationID : int -> LocationCategoryRecord 
override GetLocationCategoryRecordFromID : 
        locationID : int -> LocationCategoryRecord 
Parameters
locationID (Int32)
ID for the object to be retrieved
Return Value
LocationCategoryRecord
LocationCategory object or null if not found

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