WindowsDevicePortalWrapper  0.9.0.0
A client library that wraps the Windows Device Portal REST APIs.
Public Member Functions | Properties | List of all members
Microsoft.Tools.WindowsDevicePortal.DevicePortal.FileOrFolderInformation Class Reference

Details about a folder or file. More...

Public Member Functions

override string ToString ()
 Overridden ToString method providing a user readable display of a file or folder. Tries to match the formatting of regular DIR commands. More...
 

Properties

string CurrentDir [get]
 Gets the current directory. More...
 
long DateCreated [get]
 Gets the current directory. More...
 
string Id [get]
 Gets the Id. More...
 
string Name [get]
 Gets the Name. More...
 
string SubPath [get]
 Gets the SubPath (equivalent to CurrentDir for files). More...
 
int Type [get]
 Gets the Type. More...
 
long SizeInBytes [get]
 Gets the size of the file (0 for folders). More...
 

Detailed Description

Details about a folder or file.

Member Function Documentation

override string Microsoft.Tools.WindowsDevicePortal.DevicePortal.FileOrFolderInformation.ToString ( )
inline

Overridden ToString method providing a user readable display of a file or folder. Tries to match the formatting of regular DIR commands.

Returns
String representation of the object.

Property Documentation

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.FileOrFolderInformation.CurrentDir
get

Gets the current directory.

long Microsoft.Tools.WindowsDevicePortal.DevicePortal.FileOrFolderInformation.DateCreated
get

Gets the current directory.

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.FileOrFolderInformation.Id
get

Gets the Id.

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.FileOrFolderInformation.Name
get

Gets the Name.

long Microsoft.Tools.WindowsDevicePortal.DevicePortal.FileOrFolderInformation.SizeInBytes
get

Gets the size of the file (0 for folders).

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.FileOrFolderInformation.SubPath
get

Gets the SubPath (equivalent to CurrentDir for files).

int Microsoft.Tools.WindowsDevicePortal.DevicePortal.FileOrFolderInformation.Type
get

Gets the Type.


The documentation for this class was generated from the following file: