RelativityScriptInputDetails.Attributes Property

Relativity Services API
Gets or set name/value pairs of strings determined by the setting for the InputType property.

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public Dictionary<string, string> Attributes { get; set; }

Property Value

Type: Dictionary<String, String>
Remarks

The attributes available are based on the RelativityScriptInputDetailsScriptInputType Enumeration.
See Also

Reference