Class PropertyDataExtensions
Extension methods for PropertyData
Inheritance
System.Object
PropertyDataExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public static class PropertyDataExtensions
Methods
GetSettingsContainer(PropertyData)
Gets the settings container which have all settings objects stored for this property.
Declaration
public static PropertySettingsContainer GetSettingsContainer(this PropertyData property)
Parameters
Type | Name | Description |
---|---|---|
PropertyData | property |
Returns
Type | Description |
---|---|
PropertySettingsContainer |
GetSettingsID(PropertyData)
Gets or sets the settings ID used to load the settings container.
Declaration
public static Guid GetSettingsID(this PropertyData property)
Parameters
Type | Name | Description |
---|---|---|
PropertyData | property |
Returns
Type | Description |
---|---|
System.Guid |