Gets a LocationCategoryRecord based on the locationID.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual 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.
The corresponding LocationCategoryRecord or null if none found.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120