Document Event
Fired for each document.
Syntax
sharepoint.on('Document', [callback])
Callback
The 'callback' is called when the 'Document' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.fileName e.fileReference e.created e.modified e.author e.checkedOutBy e.sourceControlVersion e.isFolder
Remarks
This event is fired as the result of a call to List.