Interface IMenuItemCollectionFactory
Represents a factory to create MenuItemCollection.
Namespace: Umbraco.Cms.Core.Trees
Assembly: Umbraco.Core.dll
Syntax
public interface IMenuItemCollectionFactory
Methods
View SourceCreate()
Creates an empty MenuItemCollection.
Declaration
MenuItemCollection Create()
Returns
Type | Description |
---|---|
MenuItemCollection | An empty MenuItemCollection. |