Method | Description | |
---|---|---|
GetFileIsImage ( string path ) : bool |
Checks the path's file extension against the list of known types to determine if the file is an image.
|
|
SystemFile ( string filePath ) : System |
Initializes a new instance of the SystemFile class using the CurrentDispatcher.
|
|
SystemFile ( string filePath, |
Initializes a new instance of the SystemFile class.
|
Method | Description | |
---|---|---|
GetDisplayIcon ( ) : void |
Retrieves the display icon of the file. If the file is an image then it will return the image its self (e.g. preview).
|
|
Initialize ( ) : void |
Initializes the details of the file.
|
|
OnPropertyChanged ( string propName ) : void |
public static GetFileIsImage ( string path ) : bool | ||
path | string | The file path. |
return | bool |
public SystemFile ( string filePath ) : System | ||
filePath | string | The file path of the file in question. |
return | System |
public SystemFile ( string filePath, |
||
filePath | string | The file path of the file in question. |
dispatcher | The current UI dispatcher. | |
return | System |