QueryRenderingOptions public class QueryRenderingOptions Documentation public enum LongTextTransformType public bool DisplayChoicesAsHierarchy { get; set; } public bool IncludeArtifactIdInMultiObject { get; set; } public int? LongTextMaxReturnLength { get; set; } public LongTextTransformType LongTextTreatment { 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) public QueryRenderingOptions()