<PackageReference Include="Relativity.Other" Version="13.0.1" />

QueryRenderingOptions

public class QueryRenderingOptions

public bool DisplayChoicesAsHierarchy { get; set; }

public bool IncludeArtifactIDWithValues { get; set; }

public bool IncludeSecuredObjects { get; set; }

public int? LongTextMaxReturnLength { get; set; }

public char MultiValueDelimiter { get; set; }

public char NestedValueDelimiter { get; set; }

public bool TrimMultiChoiceSubquery { get; set; }

public QueryRenderingOptions(bool displayChoicesAsHierarchy, char nestedValueDelimiter, char multiValueDelimiter, LongTextTransformType longTextTreatment)