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!

Interface IPropertyLinkCollectionEditControl

Interface for the PropertyLinkCollectionEditControl that is located in the UI and loaded when a PropertyLinkCollection is used in edit mode.

Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IPropertyLinkCollectionEditControl

Properties

NewLinkCollection

Gets or sets the complete new link collection.

Declaration
LinkItemCollection NewLinkCollection { get; set; }
Property Value
Type Description
LinkItemCollection

The complete new link collection.

OriginalLinkCollection

Gets or sets the currently saved link collection.

Declaration
LinkItemCollection OriginalLinkCollection { get; set; }
Property Value
Type Description
LinkItemCollection

The currently saved link collection.

Extension Methods