SalesControllerIndex Method |  |
Get sales list by archive bit
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic ActionResult Index(
string pID
)
Public Function Index (
pID As String
) As ActionResult
Parameters
- pID
- Type: SystemString
Archive as string: Alle, Archiviert, Aktuell
Return Value
Type:
ActionResultA list view of sales
See Also