Click or drag to resize

Forms Enumeration

SOWI Web Foundation standard Forms view or partial view (with Bootstrap style)

Namespace:  SOWIWeb.Foundation
Assembly:  SOWIWeb.Foundation (in SOWIWeb.Foundation.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public enum Forms
Members
  Member nameValueDescription
none0 SOWI Web Foundation Form not defined
CreateContent1 SOWI Web Foundation Form Create content
DeleteContent2 SOWI Web Foundation Form Delete content
DetailsContent3 SOWI Web Foundation Form Details content
EditContent4 SOWI Web Foundation Form Edit content
FileChoice5 SOWI Web Foundation Form file choice (bootstrap form style)
Form6 SOWI Web Foundation main Form
IndexContent7 SOWI Web Foundation Form Index (data list) content
IndexContentDataTables8 SOWI Web Foundation Form Index (data list) content with DataTables component and bootstrap/datatables style
Layout9 SOWI Web Foundation layout for website
ListHeader10 SOWI Web Foundation Form list header (usually used in view Index)
Navigation11 SOWI Web Foundation Form navigation
Status12 SOWI Web Foundation Form status bar
Examples
This example reads the default path of the form CreateContent
ViewBag.ContentName = SOWIWeb.Foundation.Forms.CreateContent.ToPath();
See Also