London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class AllContentReferenceEditorDescriptor

Inheritance
System.Object
AllContentReferenceEditorDescriptor
Namespace: EPiServer.Commerce.Shell.UIDescriptors.EditorDescriptors
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class AllContentReferenceEditorDescriptor : ContentReferenceEditorDescriptor<IContentData>

Constructors

AllContentReferenceEditorDescriptor(ReferenceConverter)

Declaration
public AllContentReferenceEditorDescriptor(ReferenceConverter referenceConverter)
Parameters
Type Name Description
ReferenceConverter referenceConverter

Properties

Roots

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