Try our conversational search powered by Generative AI!

Class PageRepositoryDescriptor

Inheritance
System.Object
PageRepositoryDescriptor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.UIDescriptors
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(typeof(IContentRepositoryDescriptor))]
public class PageRepositoryDescriptor : ContentRepositoryDescriptorBase, IContentRepositoryDescriptor, ISortable

Constructors

PageRepositoryDescriptor()

Declaration
public PageRepositoryDescriptor()

Properties

ContainedTypes

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

CustomNavigationWidget

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

CustomSelectTitle

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

Key

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

LinkableTypes

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

MainViews

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

Name

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

PreventCopyingFor

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

PreventDeletionFor

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

RepositoryKey

Declaration
public static string RepositoryKey { get; }
Property Value
Type Description
System.String

Roots

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

SearchArea

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

SortOrder

Declaration
public override int SortOrder { get; }
Property Value
Type Description
System.Int32
Overrides

Implements

Extension Methods