The
SyncedEntry
object contains:
Table 1. Data types
Member
|
Description
|
uri
|
A URI is an opaque string that uniquely identifies the
document from the connector point of view.
See also
URI.
|
stamp
|
See
Stamps.
|
isFolder
|
A boolean that is
true if the entry refers to a directory,
false otherwise.
|
class SyncedEntry
{
String getUri()
String getStamp()
bool isFolder()
}