QueryRenderingOptions public class QueryRenderingOptions Documentation public enum LongTextTransformType public bool DisplayChoicesAsHierarchy { get; set; } public bool IncludeArtifactIDWithValues { get; set; } public bool IncludeSecuredObjects { get; set; } public int? LongTextMaxReturnLength { get; set; } public LongTextTransformType LongTextTreatment { get; set; } public char MultiValueDelimiter { get; set; } public MultiValueXmlRenderingOptions MultiValueXmlOptions { get; set; } public char NestedValueDelimiter { get; set; } public bool TrimMultiChoiceSubquery { get; set; } public QueryRenderingOptions(bool displayChoicesAsHierarchy, char nestedValueDelimiter, char multiValueDelimiter, LongTextTransformType longTextTreatment) public QueryRenderingOptions()