Search Results for

    Show / Hide Table of Contents
    View Source

    Class ListViewContentAppFactory

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.ContentApps
    Assembly: Umbraco.Core.dll
    Syntax
    public class ListViewContentAppFactory : IContentAppFactory

    Constructors

    View Source

    ListViewContentAppFactory(IDataTypeService, PropertyEditorCollection)

    Declaration
    public ListViewContentAppFactory(IDataTypeService dataTypeService, PropertyEditorCollection propertyEditors)
    Parameters
    Type Name Description
    IDataTypeService dataTypeService
    PropertyEditorCollection propertyEditors

    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
    Type Name Description
    IDataTypeService dataTypeService
    PropertyEditorCollection propertyEditors
    System.String entityType
    System.String contentTypeAlias
    System.Int32 defaultListViewDataType
    Returns
    Type Description
    ContentApp
    View Source

    GetContentAppFor(Object, IEnumerable<IReadOnlyUserGroup>)

    Declaration
    public ContentApp GetContentAppFor(object o, IEnumerable<IReadOnlyUserGroup> userGroups)
    Parameters
    Type Name Description
    System.Object o
    IEnumerable<IReadOnlyUserGroup> userGroups
    Returns
    Type Description
    ContentApp
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ListViewContentAppFactory(IDataTypeService, PropertyEditorCollection)
    • Methods
      • CreateContentApp(IDataTypeService, PropertyEditorCollection, String, String, Int32)
      • GetContentAppFor(Object, IEnumerable<IReadOnlyUserGroup>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX