Table of Contents

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

groupName string
parentGroupName string

Properties

GroupName

public string GroupName { get; set; }

Property Value

string

ParentGroupName

public string ParentGroupName { get; set; }

Property Value

string
To top