Interface IContentRepositoryDescriptor
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
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
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
SearchArea
Declaration
string SearchArea { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods