[This is preliminary documentation and is subject to change.]
Returns files contained in the spicifed directory
Namespace: NFX.IO.FileSystem.GoogleDrive.V2Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<GoogleDriveHandle> GetFiles(
string parentId,
bool recursive
)
public IEnumerable<GoogleDriveHandle> GetFiles(
string parentId,
bool recursive
)
Public Function GetFiles (
parentId As String,
recursive As Boolean
) As IEnumerable(Of GoogleDriveHandle)
Public Function GetFiles (
parentId As String,
recursive As Boolean
) As IEnumerable(Of GoogleDriveHandle)
public:
IEnumerable<GoogleDriveHandle^>^ GetFiles(
String^ parentId,
bool recursive
)
public:
IEnumerable<GoogleDriveHandle^>^ GetFiles(
String^ parentId,
bool recursive
)
member GetFiles :
parentId : string *
recursive : bool -> IEnumerable<GoogleDriveHandle>
member GetFiles :
parentId : string *
recursive : bool -> IEnumerable<GoogleDriveHandle>
Return Value
Type:
IEnumerable GoogleDriveHandle