EventType | The action that raised the event e.g. CheckIn, CheckOut |
ServerUrl | Stores the relative URL (SPFile.ServerRelativeUrl) of the file based on the URL for the server e.g. http://vm2003:81 |
SiteFullUrl | Stores the URL (SPFile.ParentFolder.ParentWeb.Url) of the parent folder of the file e.g. http://vm2003:81/sites/Contoso |
SiteRelativeUrl | Stores the ServerRelativeUrl (SPFile.ParentFolder.ParentWeb.ServerRelativeUrl) of the parent folder of the file e.g. /sites/Contoso |
DocumentLibrary | Stores the Document Library name (SPFile.ParentFolder.Url) containing the document e.g. Shared Documents |
DocumentLibraryRelativeUrl | Stores the relative URL (SPFile.ParentFolder.ServerRelativeUrl) of the Document Library e.g. /sites/Contoso/Shared Documents |
DocumentLibraryFullUrl | Stores the full URL (SPFile.ParentFolder.ParentWeb.Site.MakeFullUrl(File.ParentFolder.ServerRelativeUrl) of the Document Library e.g. http://vm2003:81/sites/Contoso/Shared%20Documents |
FileName | Stores the document file name (SPFile.Name) including the file extension e.g. MyDocument.doc |
FileRelativeUrl | Stores the relative URL (SPFile.ServerRelativeUrl) of the document e.g. /sites/Contoso/Shared Documents/MyDocument.doc |
FileFullUrl | Stores the full URL (SPFile.ParentFolder.ParentWeb.Site.MakeFullUrl(File.ServerRelativeUrl)) of the document e.g. http://vm2003:81/sites/Contoso/Shared%20Documents/ MyDocument.doc |
Fields | Stores collection Field nodes. Each Title attribute holds the title of the meta data column and the inner text of the value. Please note that the collection is based on the Metadata columns selected during the configuration of the wizard. <Field Title="ID">1</Field> <Field Title="Created By">K2DEMO\administrator</Field> |