Initializes a new instance of the ItemListView class.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public static ItemListView FromRequest ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function FromRequest( _ |
The Id of the ItemListView
An HttpRequest object that contains the json data for the view.
See Also