Try our conversational search powered by Generative AI!

Interface IContentRepositoryDescriptor

Inherited Members
Namespace: EPiServer.Shell
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public interface IContentRepositoryDescriptor : ISortable

Properties

ContainedTypes

Declaration
IEnumerable<Type> ContainedTypes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Type>

CreatableTypes

Declaration
IEnumerable<Type> CreatableTypes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Type>

CustomNavigationWidget

Declaration
string CustomNavigationWidget { get; }
Property Value
Type Description
System.String

CustomSelectTitle

Declaration
string CustomSelectTitle { get; }
Property Value
Type Description
System.String

Key

Declaration
string Key { get; }
Property Value
Type Description
System.String

LinkableTypes

Declaration
IEnumerable<Type> LinkableTypes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Type>

MainNavigationTypes

Declaration
IEnumerable<Type> MainNavigationTypes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Type>

MainViews

Declaration
IEnumerable<string> MainViews { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String

PreventContextualContentFor

Declaration
IEnumerable<string> PreventContextualContentFor { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

PreventCopyingFor

Declaration
IEnumerable<string> PreventCopyingFor { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

PreventDeletionFor

Declaration
IEnumerable<string> PreventDeletionFor { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

Roots

Declaration
IEnumerable<ContentReference> Roots { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ContentReference>

SearchArea

Declaration
string SearchArea { get; }
Property Value
Type Description
System.String

Extension Methods