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()
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
[ServiceConfiguration(typeof(IContentRepositoryDescriptor))]
public class MediaRepositoryDescriptor : ContentRepositoryDescriptorBase, IContentRepositoryDescriptor, ISortable
Constructors
Declaration
public MediaRepositoryDescriptor()
Properties
ChangeContextOnItemSelection
Declaration
public bool ChangeContextOnItemSelection { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public override IEnumerable<Type> ContainedTypes { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.Type> |
|
Overrides
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 |
|
Declaration
public override string Key { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
public static string RepositoryKey { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public override IEnumerable<ContentReference> Roots { get; }
Property Value
Overrides
Declaration
public override string SearchArea { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
public override int SortOrder { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Implements
Extension Methods