Table of Contents

Class GroupRelationshipInfo

Namespace
InSite.Application.Contacts.Read
Assembly
Shift.Sdk.dll
public class GroupRelationshipInfo
Inheritance
GroupRelationshipInfo
Inherited Members
Extension Methods

Constructors

GroupRelationshipInfo()

public GroupRelationshipInfo()

Properties

ChildGroupIdentifier

public Guid ChildGroupIdentifier { get; set; }

Property Value

Guid

Depth

public int Depth { get; set; }

Property Value

int

IsHierarchy

public bool? IsHierarchy { get; set; }

Property Value

bool?

ParentGroupIdentifier

public Guid? ParentGroupIdentifier { get; set; }

Property Value

Guid?