DocumentsEntry
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_documents_entry_get_type ()" ) ]
[
Version ( since =
"0.4.0" ) ]
public abstract class DocumentsEntry :
Entry,
AccessHandler
All the fields in the DocumentsEntry structure are private and should never be accessed directly.
Content:
Properties:
- public bool can_edit { get; }
Indicates whether the current user can edit this file.
- 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.
- public int64 file_size { get; }
The size of the document.
- public bool is_deleted { get; set; }
Indicates whether the document entry has been deleted (moved to the
trash).
- 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 int64 quota_used { get; }
The amount of user quota the document is occupying.
- public string resource_id { get; }
The resource ID of the document.
- public int64 shared_with_me_date { get; }
The UNIX timestamp for the time at which this file was shared with the
user.
- public bool writers_can_invite { get; set; }
Indicates whether the document entry writers can invite others to edit
the document.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GData.Entry
All known members inherited from class GData.Parsable
All known members inherited from class GLib.Object
All known members inherited from interface GData.AccessHandler