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 Members
| Member name | Value | Description |
---|
| none | 0 |
SOWI Web Foundation Form not defined
|
| CreateContent | 1 |
SOWI Web Foundation Form Create content
|
| DeleteContent | 2 |
SOWI Web Foundation Form Delete content
|
| DetailsContent | 3 |
SOWI Web Foundation Form Details content
|
| EditContent | 4 |
SOWI Web Foundation Form Edit content
|
| FileChoice | 5 |
SOWI Web Foundation Form file choice (bootstrap form style)
|
| Form | 6 |
SOWI Web Foundation main Form
|
| IndexContent | 7 |
SOWI Web Foundation Form Index (data list) content
|
| IndexContentDataTables | 8 |
SOWI Web Foundation Form Index (data list) content with DataTables component and bootstrap/datatables style
|
| Layout | 9 |
SOWI Web Foundation layout for website
|
| ListHeader | 10 |
SOWI Web Foundation Form list header (usually used in view Index)
|
| Navigation | 11 |
SOWI Web Foundation Form navigation
|
| Status | 12 |
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