Version

ActivityCategoryCommand Enumeration

An enumeration of available commands that apply to ActivityCategorys.
Syntax
'Declaration
 
Public Enum ActivityCategoryCommand 
   Inherits System.Enum
public enum ActivityCategoryCommand : System.Enum 
Members
MemberDescription
ClearActivityCategorySelectedStateClears the selected state of an ActivityCategory for an Activity.
ClearAllActivityCategoriesClear all Activity Categories assigned to an Activity.
DisplayActivityCategoriesDialogDisplays a dialog that shows all valid ActivityCategories for an Activity and which allows editing of those categories.
SetActivityCategorySelectedStateSets the selected state of an ActivityCategory for an Activity.
ToggleActivityCategorySelectedStateToggles the selected state of an ActivityCategory for an Activity.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also