RecroGridGetDetailsXSLTAsync Method

Generating a form view template.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
protected virtual Task<string> GetDetailsXSLTAsync(
	Object dataRec,
	int permissionId,
	RecroGridTemplateModeEnum tMode,
	bool rgDefault = false
)

Parameters

dataRec  Object
The data record.
permissionId  Int32
The permission identifier.
tMode  RecroGridTemplateModeEnum
The template mode.
rgDefault  Boolean  (Optional)
If its value is true, then the default template is always used, disregarding any custom settings.

Return Value

TaskString
Basic template.

Remarks

The template is created based on the parameters set in the entity and the FormTemplate.xslt template. A custom template can be specified in the RGO_FormTemplate or RGO_FormTemplateName optional parameters.

See Also