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.FolderContents Class Reference

Folder contents object. More...

Public Member Functions

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

Properties

List< FileOrFolderInformationContents [get]
 Gets the list of folders and files in this folder. More...
 

Detailed Description

Folder contents object.

Member Function Documentation

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

Overridden ToString method providing a user readable display of a folder's contents. Tries to match the formatting of regular DIR commands.

Returns
String representation of the object.

Property Documentation

List<FileOrFolderInformation> Microsoft.Tools.WindowsDevicePortal.DevicePortal.FolderContents.Contents
get

Gets the list of folders and files in this folder.


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