Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

CSDirEntry Type

A listing in a directory returned from the server.

Remarks

The DirEntry type contains details about each entry returned after calling ListDirectory.

Fields

FileName
String

This field holds the name of the file or folder.

FileSize
long

This field holds the size of the file in bytes. This is also applicable to folders for depending on the ServiceProvider.

The table below summarizes the applicability of this value on a per-provider basis:

Service ProviderFilesDirectories
AmazonS3 X
Box XX
Dropbox X
GoogleDrive X
OneDrive XX
SharePoint

FileTime
String

This field holds the modified date of the file. By default the datetime format used is "yyyy-MM-dd'T'HH:mm:ss". To modify this format set DateFormat.

Note: Modified times are not applicable to directories for the following providers:

  • Amazon S3
  • Dropbox

IsDir
boolean

This field specifies whether the entry is a directory. If False the entry is a file.

Constructors

public CSDirEntry();



 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0