Click or drag to resize

RecroGridGetRecPermissionIdAsync Method

/// Visszaadja az adatrekordban található PermissionId-t.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
protected virtual Task<int> GetRecPermissionIdAsync(
	Object dataRec,
	string objectKey = null
)

Parameters

dataRec
Type: SystemObject
The data record.
objectKey (Optional)
Type: SystemString

[Missing <param name="objectKey"/> documentation for "M:Recrovit.RecroGridFramework.RecroGrid.GetRecPermissionIdAsync(System.Object,System.String)"]

Return Value

Type: TaskInt32
Ha az adatrekordban van ObjectPermissionId property, akkor annak értéke, egyébként 0.
See Also