Waiting for engine...
Skip to main content

Audit Manager report for SharePoint

Data structures

FTHAuditMgrPagingStateData

Data structure contains the current state of the paging

Data TypeField NameDescription
intKeysToSkipKey field is assumed to be integer and the first column in result set.
intRowsOnCurrentPageNumber of rows on the page
intMatchingKeysNumber of matching keys
IntPageNumberPage number
intTotalPagesTotal pages
boolIsFirstPageEnabledIs first page available in this report
boolIsPreviousPageEnabledIs previous page available
boolIsNextPageEnabledIs next page available
boolIsLastPageEnabledIs last page available
stringReportPageResultReport in XML format

FTHAuditMgrSharePointReportFilterData

Filtering data to retrieve report

Data TypeField NameDescription
string[]OperationsOperations to include into report
DateTimeDateLoggedFromStart of operation in the log
DateTimeDateLoggedToEnd of operation in the log
stringOperationsFile name
stringOperationNotesNotes on operation
stringMsgTrackingNoUnique Tracking number of the message
stringMsgSubjectMessage subject
stringMsgCoverOrPrivateContentPublic or private content of the message
intKeysPerPageReport items per page, default is 20
FTHAuditMgrPagingActionPagingActionEnumeration FirstPage, PreviousPage, NextPage, LastPage
FTHAuditMgrSortOrderSortOrderEnumeration: Ascending, Descending
FTHAuditMgrPagingStateDataPagingStateDataState of the paging, refer to data structure above

FTHAuditMgrSalesForceData

Filtering data to retrieve report

Data TypeField NameDescription
intLogItemIdID of the item.
stringTimeStringUTCUTC time.
stringOperationOperation in the report.
stringOperationNoteAdditional information of operation.
stringUserNameName of the user.
stringUserEmailEmail of the user.
stringExternalEmailRecipientEmail of the recipient user.
stringFolderPathPath to the folder with the file.
stringFileNameName of the file.
stringFileSizeDisplayFile size.
longFileSizeBytesFile size in bytes.
stringMessageTrackingNoNumber of the message.
stringMessageSubjectSubject of the message.
stringCoverMessageMain body of the message.
stringPrivateMessagePrivate message of the message.
boolExpiredFlag of expiration of the message.
stringExpirationDateStringUTCExpiration date of the message.
stringRecipientToEmails in ‘To’ group.
stringRecipientCcEmails in ‘Cc’ group.
stringRecipientBccEmails in ‘Bcc’ group.

Methods

AuditMgrSharePointReport

The method returns a report in XML format from MFT FS file system transaction log

FTHAuditMgrPagingStateData  
AuditMgrSharePointReport(Guid sessionID, FTHAuditMgrSharePointReportFilterData filterData)
Parameter NameDescription
sessionIDFilter only messages from given sessionID.
filterDataReport filter and state of pagination.

AuditMgrSalesForceReport

The method returns a report for SharePoint

FTHAuditMgrSalesForceData  
AuditMgrSalesForceReport(Guid sessionID, string objectType, string objectID)
On this Page