API_HOME_DOC_INFO

This function returns the data of the document.

API function name: api_home_doc_info(documentID, path, local)
Parameters:

documentID <int> [required]

path <string> [optional]

local <bool> [optional]

Return Type:

Document object

{

string id,

string filename,

string owner,

DateTime date,

long filesize,

int visibility,

int FileType,

bool Local,

string FullPath,

bool ReadOnly,

string ReadOnlyHash,

string ReadOnlyUsername,

int CategoryID,

}

Programmer notes: None
Code Example:

None