Search Results for

    Show / Hide Table of Contents

    Class FileSystemFolderItem

    Wrapper for the FileInfo

    Inheritance
    System.Object
    FileSystemFolderItem
    Implements
    IFolderItem
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Lib.IO
    Assembly: ImageVault.Common.dll
    Syntax
    public class FileSystemFolderItem : IFolderItem

    Constructors

    FileSystemFolderItem(FileInfo)

    Declaration
    public FileSystemFolderItem(FileInfo fileInfo)
    Parameters
    Type Name Description
    System.IO.FileInfo fileInfo

    Properties

    Name

    The name of the item

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

    Methods

    ReadText()

    Reads the contents from the item as text

    Declaration
    public string ReadText()
    Returns
    Type Description
    System.String

    Implements

    IFolderItem

    Extension Methods

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