Class PropertyEventArgs
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The event argument used for handling persisting of properties.
Inheritance
Inherited Members
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public class PropertyEventArgs : EventArgs
Constructors
PropertyEventArgs(ContentReference, PropertyData, PropertyDataCollection)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the PropertyEventArgs class with a property data.
Declaration
public PropertyEventArgs(ContentReference currentPage, PropertyData property, PropertyDataCollection properties)
Parameters
Type | Name | Description |
---|---|---|
ContentReference | currentPage | The current page to save the property to. |
PropertyData | property | The property to save. |
PropertyDataCollection | properties | Other properties. |
Properties
CurrentContentLink
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the content link for the page that is saved.
Declaration
public ContentReference CurrentContentLink { get; }
Property Value
Type | Description |
---|---|
ContentReference | The current content link. |
CurrentPage
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the current page to save the property to.
Declaration
public PageReference CurrentPage { get; }
Property Value
Type | Description |
---|---|
PageReference | The current page. |
Properties
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the others properties.
Declaration
public PropertyDataCollection Properties { get; }
Property Value
Type | Description |
---|---|
PropertyDataCollection | The properties. |
Property
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the property to save.
Declaration
public PropertyData Property { get; }
Property Value
Type | Description |
---|---|
PropertyData | The property. |