public CatalogProductNode( int categoryId, int catalogNodeId, CatalogNodeType catalogNodeType, int orderBy, bool isDirty, CatalogVisibility visibility, string name, string summary, string thumbnailUrl, string thumbnailAltText, decimal price )
Parameters
- categoryId
- The category Id of this node
- catalogNodeId
- The catalog node id of this node
- catalogNodeType
- The type of this catalog node
- orderBy
- The value of OrderBy field
- isDirty
- This value is ignored.
- visibility
- The visibility setting of this node
- name
- The name of this node
- summary
- The summary field of this node
- thumbnailUrl
- The thumbnail url of this node
- thumbnailAltText
- The alt text for the thumbnail of this node
- price
- The Price of the associated product