Try our conversational search powered by Generative AI!

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.Cms.AspNet.dll
Version: 11.20.7
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