View Source
Class ContentNavigationRepository
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ContentNavigationRepository : INavigationRepository
Constructors
View Source
ContentNavigationRepository(IScopeAccessor)
Declaration
public ContentNavigationRepository(IScopeAccessor scopeAccessor)
Parameters
Methods
View Source
GetContentNodesByObjectType(Guid)
Declaration
public IEnumerable<INavigationModel> GetContentNodesByObjectType(Guid objectTypeKey)
Parameters
Type |
Name |
Description |
Guid |
objectTypeKey |
|
Returns
View Source
GetTrashedContentNodesByObjectType(Guid)
Declaration
public IEnumerable<INavigationModel> GetTrashedContentNodesByObjectType(Guid objectTypeKey)
Parameters
Type |
Name |
Description |
Guid |
objectTypeKey |
|
Returns