SPWeb.GetUsageData Method
Include Protected Members
Include Inherited Members
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