Class
FileSystemInfoWrapper

Base class that provides a wrapper for s.

Definition

Properties

DateCreated

Gets the creation DateTime of the FileSystemInfoWrapper.

Declaration

cs-api-definition
public DateTime DateCreated { get; }

Property Value

DateTime

ExtraLargeImage

Gets the extra large icon of the FileSystemInfoWrapper.

Declaration

cs-api-definition
public ImageSource ExtraLargeImage { get; }

Property Value

ImageSource

IsCut

Gets or sets whether the file or folder name is cut from main pane.

Declaration

cs-api-definition
public bool IsCut { get; set; }

Property Value

bool

IsCutFromTreeView

Gets or sets whether the file or folder name is cut from tree view.

Declaration

cs-api-definition
public bool IsCutFromTreeView { get; set; }

Property Value

bool

IsHidden

Gets a value indicating whether the file or folder name is hidden.

Declaration

cs-api-definition
public bool IsHidden { get; }

Property Value

bool

IsInEditMode

Gets or sets whether the file or folder name is currently being edited.

Declaration

cs-api-definition
public virtual bool IsInEditMode { get; set; }

Property Value

bool

IsSelected

Gets or sets whether the file or folder name is currently selected.

Declaration

cs-api-definition
public bool IsSelected { get; set; }

Property Value

bool

IsShortcut

Gets whether the FileSystemInfoWrapper is a shortcut.

Declaration

cs-api-definition
public virtual bool IsShortcut { get; }

Property Value

bool

IsSystemHiddenActual

Gets a value indicating whether the file / folder is hidden and is system file / folder and is not Drive. Drives have Hidden but should be always visible in navigation tree.

Declaration

cs-api-definition
public bool IsSystemHiddenActual { get; }

Property Value

bool

Label

Gets the volume label of a Drive. For non-drives, it returns the Name.

Declaration

cs-api-definition
public string Label { get; set; }

Property Value

string

LargeImage

Gets the large icon of the FileSystemInfoWrapper.

Declaration

cs-api-definition
public ImageSource LargeImage { get; }

Property Value

ImageSource

LastWriteTime

Gets the time when the current file or directory was last written to.

Declaration

cs-api-definition
public DateTime LastWriteTime { get; }

Property Value

DateTime

MediumImage

Gets the medium icon of the FileSystemInfoWrapper.

Declaration

cs-api-definition
public ImageSource MediumImage { get; }

Property Value

ImageSource

Name

Gets the selected file name, excluding the path.

Declaration

cs-api-definition
public virtual string Name { get; set; }

Property Value

string

Path

Gets the selected file name, including the path.

Declaration

cs-api-definition
public virtual string Path { get; set; }

Property Value

string

ShortcutLocation

Gets the shortcut location of the FileSystemInfoWrapper if it is a shortcut.

Declaration

cs-api-definition
public virtual string ShortcutLocation { get; }

Property Value

string

Size

Gets or sets the size, in bytes of the selected file.

Declaration

cs-api-definition
public abstract long? Size { get; }

Property Value

long?

SmallImage

Gets the small icon of the FileSystemInfoWrapper.

Declaration

cs-api-definition
public ImageSource SmallImage { get; }

Property Value

ImageSource

SortOrder

Gets or a value indicating the sort order of this file system info entry. This is used when sorting in GridView.

Declaration

cs-api-definition
public virtual int SortOrder { get; }

Property Value

int

TypeText

Gets the type of file as descriptive text.

Declaration

cs-api-definition
public virtual string TypeText { get; }

Property Value

string

Methods

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()