Class 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()
Assembly: Simplic.Framework.UI.Explorer.dll
Syntax
Constructors
|
Improve this Doc
View Source
MSDirectory(MSDirectory)
Declaration
public MSDirectory(MSDirectory Parent)
Parameters
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
|
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)
Declaration
public void AddNewDirectory(string Name)
Parameters
Type |
Name |
Description |
System.String |
Name |
|
|
Improve this Doc
View Source
Delete()
Declaration
|
Improve this Doc
View Source
GetFullPath()
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)
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)
Declaration
public void Rename(string NewName)
Parameters
Type |
Name |
Description |
System.String |
NewName |
|
|
Improve this Doc
View Source
UpdateRights()
Declaration
public void UpdateRights()