Property KeyReference
KeyReference
Key reference of the object which is the same as the corresponding article key reference in the catalog of origin.
Declaration
public string KeyReference { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
Holds 30 characters max.
This reference is the one which appears in the "Articles" table of the catalog including the possible "_" character and the following characters.
Though it is possible to replace this information this must be done very carrefully. For example the 2D and 3D entities as well as the prices of the object should be changed after replacing the key reference but they will not be updated automatically. Please use Rebuild() and UpdatePrices() methods afterwards for that.
The key reference change can only be done with objects having no component or having strictly the same component hierarchy as the one associated to the new key reference.