Click or drag to resize
FormFieldVisibilityTypeEnum Enumeration
Field visibility types.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public enum FormFieldVisibilityTypeEnum
Members
  Member nameValueDescription
All0 The field is visible to all.
None1 The field is hidden.
Authenticated2 The field is visible to authenticated users.
Friends3 The field is visible to friends.
See Also