Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IFileWithFoldersRepository

    Namespace: Umbraco.Cms.Core.Persistence.Repositories
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IFileWithFoldersRepository

    Methods

    View Source

    AddFolder(String)

    Declaration
    void AddFolder(string folderPath)
    Parameters
    Type Name Description
    System.String folderPath
    View Source

    DeleteFolder(String)

    Declaration
    void DeleteFolder(string folderPath)
    Parameters
    Type Name Description
    System.String folderPath
    View Source

    FolderExists(String)

    Declaration
    bool FolderExists(string folderPath)
    Parameters
    Type Name Description
    System.String folderPath
    Returns
    Type Description
    System.Boolean
    View Source

    FolderHasContent(String)

    Declaration
    bool FolderHasContent(string folderPath)
    Parameters
    Type Name Description
    System.String folderPath
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • AddFolder(String)
      • DeleteFolder(String)
      • FolderExists(String)
      • FolderHasContent(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX