Click or drag to resize

EventAdditionalDetails Property

Returns a dictionary of additional details associated with the event

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 Dictionary<string, Object> AdditionalDetails { get; set; }

Return Value

Type: DictionaryString, Object
the dictionary
See Also