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: 8.11.0Syntax
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.  |