Search
ItemListView.FromRequest Method
See Also
 





Initializes a new instance of the ItemListView class.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public static ItemListView FromRequest (
    string id,
    HttpRequest request
)

Visual Basic  Copy Code

Public Shared Function FromRequest( _
    id As String, _
    request As HttpRequest _
) As ItemListView

 Parameters

id

The Id of the ItemListView

request

An HttpRequest object that contains the json data for the view.

 Return Value

 See Also