Skip to main content
The UmbracoContentEntity is the concrete Umbraco specific implementation of the IEnterspeedEntity.

Implementation details

Abstract

NameTypeDescription
IdstringUnique identifier ie. “1078-en-us”
TypestringContentType alias
UrlstringThe current URL of the content, either relative or absolute
Redirectsstring[]Array of redirects for the node
ParentIdstringUnique identifier of the parent ie. “1078-en-us”
PropertiesIEnterspeedProperty>Dictionary of property alias and value is the converted Enterspeed property

Example

Meta data

To process Umbraco-specific properties we have added a metaData object that contains:
NameTypeDescription
culturestringie. en-us
nodeNamestringName of the node
createDatestringDate for when the node has been created
updateDatestringDate for when the node has last been updated
nodePathstring[]Path to ancestor nodes in the tree
sortOrdernumberWhat order the nodes are sorted in
levelnumberWhat level in the tree the node has