Click or drag to resize
ListForms Enumeration
Display forms for a SharePoint list. Helper enumeration for RibbonCustomAction class Provision methods.

Namespace: FluentRibbon
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public enum ListForms
Members
  Member nameValueDescription
ListView0 View of the list
NewForm1 New element creation
EditForm2 Edit existing list element
DisplayForm3 Display one item
All4 All the forms
See Also