get_path


Description:

public string get_path ()

Builds a path for the DocumentsEntry, starting from a root node and traversing the folders containing the document, then ending with the document's ID.

An example path would be: <literal>/folder_id1/folder_id2/document_id</literal>.

Note: the path is based on the entry/document IDs of the folders (id) and document ( document_id), and not the entries' human-readable names ( title).

Parameters:

this

a DocumentsEntry

Returns:

the folder hierarchy path containing the document, or null; free with g_free