Class CustomContentScannerExtension
Implemenation that will remove all properties that are part of metadata interfaces such as e.g. IContent
Inherited Members
Namespace: EPiServer.DataAbstraction.RuntimeModel.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[ServiceConfiguration]
public class CustomContentScannerExtension : ContentScannerExtension
Constructors
CustomContentScannerExtension()
Declaration
public CustomContentScannerExtension()
Methods
ShouldIgnoreProperty(ContentTypeModel, PropertyInfo)
Override to determine if a backing property Property
Declaration
public override bool ShouldIgnoreProperty(ContentTypeModel contentTypeModel, PropertyInfo property)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentTypeModel | The content type model. |
System. |
property | The property. |
Returns
Type | Description |
---|---|
System. |