Table of Contents

Class GroupContactsList

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The group contacts list.

[DataContract]
public class GroupContactsList
Inheritance
GroupContactsList
Inherited Members

Constructors

GroupContactsList(ContactPageDetails, List<GroupContact>)

Initializes a new instance of the GroupContactsList class.

public GroupContactsList(ContactPageDetails pageDetails = null, List<GroupContact> result = null)

Parameters

pageDetails ContactPageDetails

The page details.

result List<GroupContact>

The list of group contacts.

Properties

PageDetails

Gets or sets the page details.

[DataMember(Name = "pageDetails", EmitDefaultValue = false)]
public ContactPageDetails PageDetails { get; set; }

Property Value

ContactPageDetails

Result

Gets or sets the list of group contacts.

[DataMember(Name = "result", EmitDefaultValue = false)]
public List<GroupContact> Result { get; set; }

Property Value

List<GroupContact>

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.