Class CustomContentScannerExtension
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Implemenation that will remove all properties that are part of metadata interfaces such as e.g. IContent
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.DataAbstraction.RuntimeModel.Internal
Assembly: EPiServer.dll
Version: 10.10.4Syntax
[ServiceConfiguration(typeof(ContentScannerExtension))]
public class CustomContentScannerExtension : ContentScannerExtensionConstructors
CustomContentScannerExtension()
Declaration
public CustomContentScannerExtension()Methods
ShouldIgnoreProperty(ContentTypeModel, PropertyInfo)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Override to determine if a backing property PropertyData should be created for .net property.
Declaration
public override bool ShouldIgnoreProperty(ContentTypeModel contentTypeModel, PropertyInfo property)Parameters
| Type | Name | Description | 
|---|---|---|
| ContentTypeModel | contentTypeModel | The content type model. | 
| System.Reflection.PropertyInfo | property | The property. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
