ESDRecordImage Class |
Namespace: EcommerceStandardsDocuments
The ESDRecordImage type exposes the following members.
| Name | Description | |
|---|---|---|
| ESDRecordImage | Initializes a new instance of the ESDRecordImage class |
| Name | Description | |
|---|---|---|
| description | Text to decribe details about the image | |
| 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. | |
| imageFileExtension | Extension of the image file. The extension should match the extension in the imageFullFilePath property if set. | |
| imageFileName | Name of the image file excluding its extension. The name should match the name in the imageFullFilePath property if set. | |
| imageFullFilePath | Full file path to locate the image, including the image file name and extension. The file path may be a URL, or could be a path to the file in a local machine, or network file store. | |
| internalID | Stores an identifier that is relevant only to the system referencing and storing the record for its own needs. | |
| isPrimary |
Either
| |
| keyAssetID | Key of the asset that the image is set for. | |
| keyCategoryID | Key of the category record that the image is set for. | |
| keyCategoryTreeID | Key of the category tree record that the image is set for. | |
| keyDownloadID | Deprecated, use keyAssetID instead. Key of the download record that the image is set for. | |
| keyImageID | Key that allows the image record to be uniquely identified and linked to. | |
| keyLabourID | Key of the labour record that the image is set for. | |
| keyMakerID | Key of the maker/manufacturer that creates or assembles models and products that the image is set for. | |
| keyMakerModelID | Key of the maker/manufacturer model record that the image is set for. | |
| keyProductID | Key of the product record that the image is set for. | |
| ordering | Number to order the image by. This may be used to order a number of images that appear is a list against the same entity. | |
| title | Title to label the image. |