Gets a LocationCategoryRecord based on the locationID.
Declaration Syntax
C# | Visual Basic | Visual 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.