Search Results for

    Show / Hide Table of Contents

    Interface IFolder

    Namespace: ImageVault.Common.Lib.IO
    Assembly: ImageVault.Common.dll
    Syntax
    public interface IFolder

    Properties

    Exists

    Declaration
    bool Exists { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetFiles(String)

    Declaration
    IList<IFolderItem> GetFiles(string pattern)
    Parameters
    Type Name Description
    System.String pattern
    Returns
    Type Description
    System.Collections.Generic.IList<IFolderItem>

    GetSubFolder(String)

    Gets a subfolder

    Declaration
    IFolder GetSubFolder(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    IFolder

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022