DocumentsEntry
Object Hierarchy:
GData.DocumentsEntry
GData.DocumentsEntry
GData.DocumentsEntry
GData.Entry
GData.Entry
GData.Entry->GData.DocumentsEntry
GData.Parsable
GData.Parsable
GData.Parsable->GData.Entry
GLib.Object
GLib.Object
GLib.Object->GData.Parsable
GData.AccessHandler
GData.AccessHandler
GData.AccessHandler->GData.DocumentsEntry
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 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