Document Event
Fired for each document.
Syntax
virtual int FireDocument(SharePointDocumentEventParams *e);
typedef struct {
char* FileName;
char* FileReference;
char* Created;
char* Modified;
char* Author;
char* CheckedOutBy;
char* SourceControlVersion;
int IsFolder;
int reserved;
} SharePointDocumentEventParams;
Remarks
This event is fired as the result of a call to List.