Click or drag to resize

MenuDesignerCreate Method

[Missing <summary> documentation for "M:Recrovit.RecroGridFramework.UI.MenuDesigner.Create(Microsoft.AspNetCore.Http.HttpContext,System.Int32,System.String,System.Boolean,System.Boolean)"]

Namespace:  Recrovit.RecroGridFramework.UI
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public static string Create(
	HttpContext httpContext,
	int menuId,
	string scope = null,
	bool submenu = false,
	bool navbar = false
)

Parameters

httpContext
Type: HttpContext

[Missing <param name="httpContext"/> documentation for "M:Recrovit.RecroGridFramework.UI.MenuDesigner.Create(Microsoft.AspNetCore.Http.HttpContext,System.Int32,System.String,System.Boolean,System.Boolean)"]

menuId
Type: SystemInt32

[Missing <param name="menuId"/> documentation for "M:Recrovit.RecroGridFramework.UI.MenuDesigner.Create(Microsoft.AspNetCore.Http.HttpContext,System.Int32,System.String,System.Boolean,System.Boolean)"]

scope (Optional)
Type: SystemString

[Missing <param name="scope"/> documentation for "M:Recrovit.RecroGridFramework.UI.MenuDesigner.Create(Microsoft.AspNetCore.Http.HttpContext,System.Int32,System.String,System.Boolean,System.Boolean)"]

submenu (Optional)
Type: SystemBoolean

[Missing <param name="submenu"/> documentation for "M:Recrovit.RecroGridFramework.UI.MenuDesigner.Create(Microsoft.AspNetCore.Http.HttpContext,System.Int32,System.String,System.Boolean,System.Boolean)"]

navbar (Optional)
Type: SystemBoolean

[Missing <param name="navbar"/> documentation for "M:Recrovit.RecroGridFramework.UI.MenuDesigner.Create(Microsoft.AspNetCore.Http.HttpContext,System.Int32,System.String,System.Boolean,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.UI.MenuDesigner.Create(Microsoft.AspNetCore.Http.HttpContext,System.Int32,System.String,System.Boolean,System.Boolean)"]

See Also