Class CategoryDesciptor
A descriptor for a Change Log category
Inheritance
System.Object
CategoryDesciptor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.ChangeLog.UI
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public class CategoryDesciptor
Fields
Actions
Category actions with id and description
Declaration
public Dictionary<int, string> Actions
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, System.String> |
ActivityType
Declaration
public readonly string ActivityType
Field Value
Type | Description |
---|---|
System.String |
Category
The identity to be able to group diffrent changelog items.
Declaration
public readonly int Category
Field Value
Type | Description |
---|---|
System.Int32 |
Remarks
For known items matches see ChangeLogCategory
TranslationKey
The key for translation of the category
Declaration
public string TranslationKey
Field Value
Type | Description |
---|---|
System.String |