View Source
  Class ListViewContentAppFactory
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class ListViewContentAppFactory : IContentAppFactory
   
  Constructors
  
  
    View Source
  
  ListViewContentAppFactory(IDataTypeService, PropertyEditorCollection)
  
  
  Declaration
  
    public ListViewContentAppFactory(IDataTypeService dataTypeService, PropertyEditorCollection propertyEditors)
   
  Parameters
  
  Methods
  
  
    View Source
  
  CreateContentApp(IDataTypeService, PropertyEditorCollection, String, String, Int32)
  
  
  Declaration
  
    public static ContentApp CreateContentApp(IDataTypeService dataTypeService, PropertyEditorCollection propertyEditors, string entityType, string contentTypeAlias, int defaultListViewDataType)
   
  Parameters
  
  Returns
  
  
    View Source
  
  GetContentAppFor(Object, IEnumerable<IReadOnlyUserGroup>)
  
  
  Declaration
  
    public ContentApp GetContentAppFor(object o, IEnumerable<IReadOnlyUserGroup> userGroups)
   
  Parameters
  
  Returns