resource_id


Description:

[ Version ( since = "0.11.0" ) ]
public string resource_id { get; }

The resource ID of the document.

This should not normally need to be used in client code, and is mostly for internal use. To uniquely identify a given document or folder, use its id.

Resource IDs have the form: <literal><replaceable>document|drawing|pdf|spreadsheet|presentation|folder</replaceable>: <replaceable>untyped resource ID</replaceable></literal>; whereas entry IDs have the form: <literal> https://docs.google.com/feeds/id/<replaceable>resource ID</replaceable></literal> in version 3 of the API.

For more information, see the <ulink type="http" url="https://developers.google.com/google-apps/documents-list/ resource_ids_explained">Google Documents API reference</ulink>.