Click or drag to resize

ESDRecordCategory Properties

The ESDRecordCategory type exposes the following members.

Properties
  NameDescription
Public propertycategoryCode
Code of the category. May or may not be a unqiue identifier.
Public propertydescription1
First description field of the category. It may contain any text used to describe the category.
Public propertydescription2
Second description field of the category. It may contain any text used to describe the category.
Public propertydescription3
Third description field of the category. It may contain any text used to describe the category.
Public propertydescription4
Fourth description field of the category. It may contain any text used to describe the category.
Public propertydrop
Data Record OPeration. Denotes an operation that may need to be performed on the record when it is being processed. Set null, or set it to one of the ESD_RECORD_OPERATION constants in the ESDocumentConstants class to allow the record to be inserted, updated, deleted, or ignored.
Public propertyinternalID
Stores an identifier that is relevant only to the system referencing and storing the record for its own needs.
Public propertykeyCategoryID
Key that allows the category record to be uniquely identified and linked to.
Public propertykeyCategoryParentID
Key of the category record that it is assigned to in a hierarchical data structure.
Public propertykeyCategoryTreeID
Key of the category tree that the category record may reside within. The category tree defines a collection of categories that can be navigated within.
Public propertykeyDownloadIDs
List of Key Download IDs, that link any number of Download records to the category.
Public propertykeyLabourIDs
List of Key Labour IDs, that link any number of Labour records to the category.
Public propertykeyProductIDs
List of Key Product IDs, that link any number of Product records to the category.
Public propertymetaDescription
Meta description the category. This would typically be used in the meta data of a web page.
Public propertymetaKeywords
A list of words that describe the category. This would typically be used in the meta data of a web page.
Public propertymetaTitle
Meta title of the category. This would typically be used in the meta data of a web page.
Public propertyname
Name of the category.
Public propertyordering
Number to order the category by. This may be used to order a number of categories in a hierarchical tree that are all assigned to the same parent category.
Top
See Also