Search Results for

    Show / Hide Table of Contents

    Class MSDirectory

    MSDirectory

    Inheritance
    System.Object
    MSDirectory
    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: Simplic.Framework.UI.Explorer
    Assembly: Simplic.Framework.UI.Explorer.dll
    Syntax
    public class MSDirectory

    Constructors

    | Improve this Doc View Source

    MSDirectory(MSDirectory)

    Constructor

    Declaration
    public MSDirectory(MSDirectory Parent)
    Parameters
    Type Name Description
    MSDirectory Parent

    Properties

    | Improve this Doc View Source

    ChangeDateTime

    Declaration
    public DateTime ChangeDateTime { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    ChangeUserName

    Declaration
    public string ChangeUserName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Children

    Declaration
    public IList<MSDirectory> Children { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<MSDirectory>
    | Improve this Doc View Source

    ChildrenWithReadRights

    Declaration
    public IList<MSDirectory> ChildrenWithReadRights { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<MSDirectory>
    | Improve this Doc View Source

    FullGuid

    Declaration
    public Guid FullGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Ident

    Declaration
    public int Ident { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Parent

    Declaration
    public MSDirectory Parent { get; }
    Property Value
    Type Description
    MSDirectory
    | Improve this Doc View Source

    ReadGuid

    Declaration
    public Guid ReadGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    ReadWriteGuid

    Declaration
    public Guid ReadWriteGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    UserHasFullAcess

    Declaration
    public bool UserHasFullAcess { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UserHasReadAccess

    Declaration
    public bool UserHasReadAccess { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UserHasReadWriteAcces

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

    Methods

    | Improve this Doc View Source

    AddFile(String)

    Add new File to dictionary

    Declaration
    public void AddFile(string WindowsExplorerPath)
    Parameters
    Type Name Description
    System.String WindowsExplorerPath

    Path to the file in the windows explorer

    | Improve this Doc View Source

    AddNewDirectory(String)

    Load all Childs

    Declaration
    public void AddNewDirectory(string Name)
    Parameters
    Type Name Description
    System.String Name
    | Improve this Doc View Source

    Delete()

    Declaration
    public void Delete()
    | Improve this Doc View Source

    GetFullPath()

    Get Full Path

    Declaration
    public string GetFullPath()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    LoadChilds(Int32)

    Load and Update Childs (Doesnt reload already existing childs)

    Declaration
    public IList<MSDirectory> LoadChilds(int Depth = 1)
    Parameters
    Type Name Description
    System.Int32 Depth
    Returns
    Type Description
    System.Collections.Generic.IList<MSDirectory>

    New Loaded Childs

    | Improve this Doc View Source

    LoadFiles(Boolean)

    Load all Files

    Declaration
    public IList<MSFile> LoadFiles(bool OnlyWithReadRights = true)
    Parameters
    Type Name Description
    System.Boolean OnlyWithReadRights
    Returns
    Type Description
    System.Collections.Generic.IList<MSFile>
    | Improve this Doc View Source

    Rename(String)

    Rename Directory

    Declaration
    public void Rename(string NewName)
    Parameters
    Type Name Description
    System.String NewName
    | Improve this Doc View Source

    UpdateRights()

    Update Rights

    Declaration
    public void UpdateRights()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx