Represents a document location type.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | 
public class LocationCategoryRecord
Public Class LocationCategoryRecord
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | LocationCategoryRecord()()()() | Obsolete. 
            Creates a new default location.
             | 
|  | LocationCategoryRecord(Int32, String, String) | Obsolete. 
            Creates a new location.
             | 
|  | LocationCategoryRecord(Int32, String, String, Boolean) | 
            Creates a new location.
             | 
|   | CreateDefaultLocationCategoryRecord()()()() | 
            Creates the 'default' location record.
             | 
|   | CreateLocationCategoryRecord(String, String) | 
            Creates a new instance.
             | 
|   | DeriveLocation(Uri, XmlDataAccess) | 
            Returns the LocationCategory object which uri is within, if no specific matches, returns default location.
             | 
|  | Equals(Object) | 
            Determines if the 2 objects are equal
            (Overrides Object.Equals(Object).) | 
|  | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode()()()() | 
            Gets the hashcode based on the location name.
            (Overrides Object.GetHashCode()()()().) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ID | 
            The database ID of this location.
             | 
|  | IsUriUnderRoot(Uri) | 
            Whether uri is within this location.
             | 
|  | MemberwiseClone()()()() | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | Name | 
            The name of this location.
             | 
|  | Root | 
             The URL 'root' of this location, see remarks.
              | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | LocationCategoryRecord | |
|  | SecurityGroupRecord | |
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610

