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
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref
All known members inherited from interface GData.AccessHandler