Class GroupContactsList
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
pageDetailsContactPageDetailsThe page details.
resultList<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
Result
Gets or sets the list of group contacts.
[DataMember(Name = "result", EmitDefaultValue = false)]
public List<GroupContact> Result { get; set; }
Property Value
Methods
ToJson()
Returns the JSON string presentation of the object.
public virtual string ToJson()
Returns
- string
JSON string presentation of the object.