Table of Contents

Class MultiPicklistObjectValue

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Class to encapulate the multi pick list object.

public class MultiPicklistObjectValue : ObjectValue
Inheritance
MultiPicklistObjectValue
Implements
Inherited Members

Constructors

MultiPicklistObjectValue(IList<string>)

Constructor to take a list and set it.

public MultiPicklistObjectValue(IList<string> values)

Parameters

values IList<string>

Properties

ObjectType

Method to return the type of object this is.

public ObjectValueType ObjectType { get; }

Property Value

ObjectValueType

Values

Gets the array of Contact objects

public IList<string> Values { get; set; }

Property Value

IList<string>