Click or drag to resize

ContentColumn_ConfidentialityDisplayMode Enumeration

Describes how a field value should marked as confidential in a view.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum ContentColumn_ConfidentialityDisplayMode
Members
  Member nameValueDescription
HideField0 Just hide the value.
ShowStars1 Replace the value by stars.
See Also