| NewsCategoryGroups Property |
Gets or sets the custom groups list.
Namespace:
Dynamicweb.News
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public List<CustomGroup> Groups { get; set; }
Public Property Groups As List(Of CustomGroup)
Get
Set
Property Value
Type:
ListCustomGroupThe groups list.
See Also