SPWeb.GetUsageData method
Gets a table that contains information about the usage of a website.
Overload list
Name | Description | |
---|---|---|
![]() |
GetUsageData(SPUsageReportType, SPUsagePeriodType) | Gets a table that contains information about the usage of a website, based on the specified report type and time interval. |
![]() |
GetUsageData(SPUsageReportType, SPUsagePeriodType, Int32, DateTime) | Gets a table that contains information about the usage of a website based on the specified report type, time interval, number of columns to display, and last day to display. |
Top