Click or drag to resize

SystemActivityHistory Class

The System.ActivityHistory properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemActivityHistory

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class ActivityHistory

The SystemActivityHistory type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberActiveDays
The System.ActivityHistory.ActiveDays property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_ActivityHistory_ActiveDays.
Public propertyStatic memberActiveDuration
The System.ActivityHistory.ActiveDuration property key. PropVariant type: VT_UI8. .NET type: System.UInt64. Shell name PKEY_ActivityHistory_ActiveDuration.
Public propertyStatic memberAppActivityId
The System.ActivityHistory.AppActivityId property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_ActivityHistory_AppActivityId.
Public propertyStatic memberAppId
The System.ActivityHistory.AppId property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_ActivityHistory_AppId.
Public propertyStatic memberDaysActive
The System.ActivityHistory.DaysActive property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_ActivityHistory_DaysActive.
Public propertyStatic memberDeviceId
The System.ActivityHistory.DeviceId property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_ActivityHistory_DeviceId.
Public propertyStatic memberDeviceMake
The System.ActivityHistory.DeviceMake property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_ActivityHistory_DeviceMake.
Public propertyStatic memberDeviceModel
The System.ActivityHistory.DeviceModel property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_ActivityHistory_DeviceModel.
Public propertyStatic memberDeviceName
The System.ActivityHistory.DeviceName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_ActivityHistory_DeviceName.
Public propertyStatic memberDeviceType
The System.ActivityHistory.DeviceType property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_ActivityHistory_DeviceType.
Public propertyStatic memberEndTime
The System.ActivityHistory.EndTime property key. PropVariant type: VT_UI8. .NET type: System.UInt64. Shell name PKEY_ActivityHistory_EndTime.
Public propertyStatic memberHoursActive
The System.ActivityHistory.HoursActive property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_ActivityHistory_HoursActive.
Public propertyStatic memberId
The System.ActivityHistory.Id property key. PropVariant type: VT_CLSID. .NET type: System.Guid. Shell name PKEY_ActivityHistory_Id.
Public propertyStatic memberImportance
The System.ActivityHistory.Importance property key. PropVariant type: VT_UI8. .NET type: System.UInt64. Shell name PKEY_ActivityHistory_Importance.
Public propertyStatic memberIsHistoryAttributedToSetAnchor
The System.ActivityHistory.IsHistoryAttributedToSetAnchor property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_ActivityHistory_IsHistoryAttributedToSetAnchor.
Public propertyStatic memberIsLocal
The System.ActivityHistory.IsLocal property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_ActivityHistory_IsLocal.
Public propertyStatic memberLocalEndTime
The System.ActivityHistory.LocalEndTime property key. PropVariant type: VT_UI8. .NET type: System.UInt64. Shell name PKEY_ActivityHistory_LocalEndTime.
Public propertyStatic memberLocalStartTime
The System.ActivityHistory.LocalStartTime property key. PropVariant type: VT_UI8. .NET type: System.UInt64. Shell name PKEY_ActivityHistory_LocalStartTime.
Public propertyStatic memberLocationActivityId
The System.ActivityHistory.LocationActivityId property key. PropVariant type: VT_CLSID. .NET type: System.Guid. Shell name PKEY_ActivityHistory_LocationActivityId.
Public propertyStatic memberStartTime
The System.ActivityHistory.StartTime property key. PropVariant type: VT_UI8. .NET type: System.UInt64. Shell name PKEY_ActivityHistory_StartTime.
Top
See Also