IRgfMenuServiceGetMenuAsync Method

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Contracts.Services
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.3.0.10221
C#
Task<IRgfApiResponse<List<RgfMenu>>> GetMenuAsync(
	int menuId,
	string lang,
	string scope = null
)

Parameters

menuId  Int32
 
lang  String
 
scope  String  (Optional)
 

Return Value

TaskIRgfApiResponseListRgfMenu

See Also