public CatalogNode( int categoryId, int catalogNodeId, CatalogNodeType catalogNodeType, int orderBy, CatalogVisibility visibility, string name, string summary, string thumbnailUrl, string thumbnailAltText )
Parameters
- categoryId
- The category
- catalogNodeId
- The id of the catalog node
- catalogNodeType
- The type of the catalog node
- orderBy
- The order of the catalog node within the category
- visibility
- The visibility of the catalog node.
- name
- The name of the child object.
- summary
- The summary of the child object.
- thumbnailUrl
- The thumbnail url of the child object.
- thumbnailAltText
- The thumbnail alt text of the child object.