Search
NodeListView.Init Method
See Also
 





Renders the NodeListView's initializing scripts on a web page under the specified function name.

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

 Syntax

C#  Copy Code

public string Init (
    string functionName
)

Visual Basic  Copy Code

Public Function Init( _
    functionName As String _
) As String

 Parameters

functionName

 Return Value

 See Also