Class GroupHierarchyItem
- Namespace
- Dynamicweb.DataIntegration.ProviderHelpers
- Assembly
- Dynamicweb.DataIntegration.dll
public class GroupHierarchyItem
- Inheritance
-
GroupHierarchyItem
- Inherited Members
Constructors
GroupHierarchyItem(string, string)
public GroupHierarchyItem(string groupName, string parentGroupName)
Parameters
Properties
GroupName
public string GroupName { get; set; }
Property Value
ParentGroupName
public string ParentGroupName { get; set; }