Click or drag to resize

SummaryFieldContactOptions Property

Get contact options, only valid when type is CONTACT_LIST

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public IList<Contact> ContactOptions { get; set; }

Return Value

Type: IListContact
the list of contact options
See Also