dw.experience.cms


Name Description
CMSRecord This class represents a Salesforce CMS record, exposing its: id, see getID()type, see getType()attributes, see getAttributes() The attributes are key value pairs: the key being the attribute id as given in the type.attribute_definitions entriesthe value being a DWScript API object resolved from the raw attribute value based on the attribute type as given in the type.attribute_definitions entries (similar to how ComponentScriptContext.getContent() exposes the raw attribute value of a Component.getAttribute(String) in shape of a DWScript API object based on the attribute type)