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