Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dllCarrier object for ArchiveRestrictionInfo.
This class carries information about a restriction on the query of an archive provider
Display representation of value(s) - list ID’s are decoded to display texts, other values are represented in a format suitable for decoding and display through the CultureDataFormatter.
public virtual string[] DisplayValues { get; set; }
Get or set the inter-restriction operator that describes how this restriction is related to the next one in an array. Default for new ArchiveRestrictionInfo objects is And
NULL if unknown enum value.
Get or set the inter-restriction operator that describes how this restriction is related to the next one in an array. Default for new ArchiveRestrictionInfo objects is And
Raw string enum value.
Get or set the parenthesis (if any) associated with this restriction. Positive values indicate a number of opening parentheses (deepening nesting level), while negative numbers indicate closing parentheses. Zero means no change in nesting level (no parentheses).