Interface IPropertyDataSettingsHelper
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IPropertyDataSettingsHelper
Methods
GetSettingsContainer(PropertyData)
Gets the settings container which have all settings objects stored for this property.
Declaration
PropertySettingsContainer GetSettingsContainer(PropertyData property)
Parameters
Returns
GetSettingsID(PropertyData)
Gets or sets the settings ID used to load the settings container.
Declaration
Guid GetSettingsID(PropertyData property)
Parameters
Returns
Type |
Description |
System.Guid |
|
Extension Methods