MenuServiceGetMenuAsync Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Services
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.12.0.11119
C#
public virtual 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