Search Results for

    Show / Hide Table of Contents

    Interface IFolderItem

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

    Properties

    Name

    The name of the item

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    Methods

    ReadText()

    Reads the contents from the item as text

    Declaration
    string ReadText()
    Returns
    Type Description
    System.String

    Extension Methods

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