Show / Hide Table of Contents

Class ISN_CNContactsResult

Contacts interaction result.

Inheritance
System.Object
ISN_CNContactsResult
Namespace: SA.iOS.Contacts
Assembly: cs.temp.dll.dll
Syntax
public class ISN_CNContactsResult : SA_Result

Constructors

ISN_CNContactsResult(List<ISN_CNContact>)

Declaration
public ISN_CNContactsResult(List<ISN_CNContact> contacts)
Parameters
Type Name Description
List<ISN_CNContact> contacts

Properties

Contacts

Gets the array of loaded contacts.

Declaration
public List<ISN_CNContact> Contacts { get; }
Property Value
Type Description
List<ISN_CNContact>
In This Article
Back to top Generated by DocFX