Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IFileTypeCollection

    Namespace: Umbraco.Cms.Core.Deploy
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IFileTypeCollection

    Properties

    View Source

    Item[String]

    Declaration
    IFileType this[string entityType] { get; }
    Parameters
    Type Name Description
    System.String entityType
    Property Value
    Type Description
    IFileType

    Methods

    View Source

    Contains(String)

    Declaration
    bool Contains(string entityType)
    Parameters
    Type Name Description
    System.String entityType
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Item[String]
    • Methods
      • Contains(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX