The FpcTopSitesReportSortOrder enumerated type contains values that specify how the information in the top Web sites section of a summary report or Web usage report is to be sorted.
Important This API is obsolete.
typedef enum FpcTopSitesReportSortOrder { fpcTopSitesRequests
The information is to be sorted by the number of requests sent to each Web site.
= 0, fpcTopSitesUsers
The information is to be sorted by the number of users that visit each Web site.
= 1, fpcTopSitesBytesIn
The information is to be sorted by the number of incoming bytes transferred to each Web site.
= 2, fpcTopSitesBytesOut
The information is to be sorted by the number of outgoing bytes transferred from each Web site.
= 3, fpcTopSitesTotalBytes
The information is to be sorted by the total number of bytes transferred to or from each Web site.
= 4 } FpcTopSitesReportSortOrder;
The information is to be sorted by the number of requests sent to each Web site.
The information is to be sorted by the number of users that visit each Web site.
The information is to be sorted by the number of incoming bytes transferred to each Web site.
The information is to be sorted by the number of outgoing bytes transferred from each Web site.
The information is to be sorted by the total number of bytes transferred to or from each Web site.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.