Represents a document location type.
| C# | Visual Basic | Visual C++ |
public class LocationCategoryRecord
Public Class LocationCategoryRecord
public ref class LocationCategoryRecord
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| LocationCategoryRecord()()() | Obsolete.
Creates a new default location.
| |
| LocationCategoryRecord(Int32, String, String) | Obsolete.
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 attempt to free resources and perform other cleanup operations before the Object 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.) |
| Object | |
| LocationCategoryRecord | |