Try our conversational search powered by Generative AI!

Class MediaRepositoryDescriptor

Inheritance
System.Object
MediaRepositoryDescriptor
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 MediaRepositoryDescriptor : ContentRepositoryDescriptorBase, IContentRepositoryDescriptor, ISortable

Constructors

MediaRepositoryDescriptor()

Declaration
public MediaRepositoryDescriptor()

Properties

ChangeContextOnItemSelection

Declaration
public bool ChangeContextOnItemSelection { get; }
Property Value
Type Description
System.Boolean

ContainedTypes

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

CreatableTypes

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

EnableContextualContent

Declaration
public bool EnableContextualContent { get; }
Property Value
Type Description
System.Boolean

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

MainNavigationTypes

Declaration
public override IEnumerable<Type> MainNavigationTypes { 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

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