ArcGIS Pro 2.9 API Reference Guide
Category Property (Operation)

ArcGIS.Desktop.Framework.Contracts Namespace > Operation Class : Category Property
Gets the category name.
Syntax
public virtual string Category {get;}
Public Overridable ReadOnly Property Category As String
Remarks
Operations can also be categorized so that operations belonging only to a specific category can be undone. For example, ArcGIS Pro has editing and mapping operations; if these operations are intermixed, users can elect to just undo the editing operations and skip over the mapping operations. Categorized operations must be mutually exclusive.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Operation Class
Operation Members