[Obsolete("Use the same constructor without the isDirty parameter.")] public CatalogNode( int categoryId, int catalogNodeId, CatalogNodeType catalogNodeType, int orderBy, bool isDirty, 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
 - isDirty
 - This value is ignored.
 - 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.