DocumentsEntry
Object Hierarchy:
Description:
All the fields in the DocumentsEntry structure are private and should
never be accessed directly.
Namespace: GData
Package: libgdata
Content:
Properties:
-
public string document_id { get; }
The document ID of the document, which is different from its entry ID (GDataEntry:id).
-
public int64 edited { get; }
The last time the document was edited. If the document has not been edited yet, the content indicates
the time it was created.
-
public bool is_deleted { set; get; }
Indicates whether the document entry has been deleted (moved to the trash). Deleted documents will
only appear in query results if the show_deleted property is
true.
-
public Author last_modified_by { get; }
Indicates the author of the last modification.
-
public int64 last_viewed { get; }
The last time the document was viewed.
-
public bool writers_can_invite { set; get; }
Indicates whether the document entry writers can invite others to edit the document.
Creation methods:
Methods: