ESDRecordCategory Class |
Namespace: EcommerceStandardsDocuments
The ESDRecordCategory type exposes the following members.
Name | Description | |
---|---|---|
ESDRecordCategory | Initializes a new instance of the ESDRecordCategory class |
Name | Description | |
---|---|---|
categoryCode | Code of the category. May or may not be a unqiue identifier. | |
description1 | First description field of the category. It may contain any text used to describe the category. | |
description2 | Second description field of the category. It may contain any text used to describe the category. | |
description3 | Third description field of the category. It may contain any text used to describe the category. | |
description4 | Fourth description field of the category. It may contain any text used to describe the category. | |
drop | 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. | |
internalID | Stores an identifier that is relevant only to the system referencing and storing the record for its own needs. | |
keyAssetIDs | List of Key Asset IDs, that link any number of Asset records to the category. | |
keyCategoryID | Key that allows the category record to be uniquely identified and linked to. | |
keyCategoryParentID | Key of the category record that it is assigned to in a hierarchical data structure. | |
keyCategoryTreeID | 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. | |
keyDownloadIDs | Obsolete. List of Key Download IDs, that link any number of Download records to the category. | |
keyLabourIDs | List of Key Labour IDs, that link any number of Labour records to the category. | |
keyProductIDs | List of Key Product IDs, that link any number of Product records to the category. | |
metaDescription | Meta description the category. This would typically be used in the meta data of a web page. | |
metaKeywords | A list of words that describe the category. This would typically be used in the meta data of a web page. | |
metaTitle | Meta title of the category. This would typically be used in the meta data of a web page. | |
name | Name of the category. | |
ordering | 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. |