Méthode | Description | |
---|---|---|
ContactResourcesImpl ( |
Constructor.
|
|
GetContact ( string contactId ) : |
Gets the specified Contact. It mirrors To the following Smartsheet REST API method: POST GET /contacts/{contactId}
|
|
ListContacts ( |
Gets a list of the user’s Smartsheet Contacts. It mirrors To the following Smartsheet REST API method: POST GET /contacts
|
public ContactResourcesImpl ( |
||
smartsheet | the Smartsheet | |
Résultat | System |
public GetContact ( string contactId ) : |
||
contactId | string | the contactId |
Résultat |
public ListContacts ( |
||
paging | the pagination info | |
Résultat | PaginatedResult |