Table of Contents

Class GroupOutlineItem

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

Constructors

GroupOutlineItem()

public GroupOutlineItem()

Properties

GroupActionCount

public int GroupActionCount { get; set; }

Property Value

int

GroupCode

public string GroupCode { get; set; }

Property Value

string

GroupIdentifier

public Guid GroupIdentifier { get; set; }

Property Value

Guid

GroupName

public string GroupName { get; set; }

Property Value

string

GroupType

public string GroupType { get; set; }

Property Value

string

MemberCount

public int MemberCount { get; set; }

Property Value

int

ParentGroupIdentifier

public Guid? ParentGroupIdentifier { get; set; }

Property Value

Guid?