summaryrefslogtreecommitdiffstats
path: root/win/C#/Presets/preset.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Presets/preset.cs')
-rw-r--r--win/C#/Presets/preset.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/Presets/preset.cs b/win/C#/Presets/preset.cs
index 4431c9ce1..2a54d44a9 100644
--- a/win/C#/Presets/preset.cs
+++ b/win/C#/Presets/preset.cs
@@ -14,6 +14,9 @@ namespace Handbrake.Presets
/// </summary>
public string Category { get; set; }
+ /// <summary>
+ /// Get or Set the top level category for the preset.
+ /// </summary>
public string TopCategory { get; set; }
/// <summary>