Describes the category for the content of a document.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class ContentCategoryRecord
Public Class ContentCategoryRecord
public ref class ContentCategoryRecord
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
ContentCategoryRecord(Int32, String) | Obsolete.
Creates a new content category
| |
CreateContentCategoryRecord(String) |
Creates a new instance.
| |
CreateDefaultContentCategoryRecord()()() |
Creates the default ContentCategory object
| |
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 content name.
(Overrides Object.GetHashCode()()().) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
ID |
Data access ID
| |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Name |
Content name.
| |
ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
Inheritance Hierarchy
Object | |
ContentCategoryRecord |