Try our conversational search powered by Generative AI!

Interface IPropertySettings

Interface to support using settings for Properties and PropertyControls

Namespace: EPiServer.Core.PropertySettings
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IPropertySettings

Properties

Id

Gets or sets the id.

Declaration
Guid Id { get; set; }
Property Value
Type Description
System.Guid

The id.

Methods

Copy()

Copies this instance.

Declaration
IPropertySettings Copy()
Returns
Type Description
IPropertySettings

A copy of this instance.

Remarks

If the settings contains object references it is up to the implementation of the copy method to copy the referenced objects as well.

GetDefaultValues()

Gets the default value.

Declaration
IPropertySettings GetDefaultValues()
Returns
Type Description
IPropertySettings

Programmatically determined default values

Extension Methods