SPAnalyticsUsageEntry constructor
Overload list
Name | Description | |
---|---|---|
SPAnalyticsUsageEntry([]) | Initializes a new instance of the SPAnalyticsUsageEntry class from an array of objects. | |
SPAnalyticsUsageEntry(Guid, String, SPSite) | Initializes a new instance of the SPAnalyticsUsageEntry class based on the ID of the app event type and the item ID for the referenced site. | |
SPAnalyticsUsageEntry(Int32, String, SPSite) | Initializes a new instance of the SPAnalyticsUsageEntry class based on the specified event type ID and item ID for the referenced site. |
Top