RecroGridGetRecPermissionIdAsync Method
            Returns the PermissionId found in the data record.
            
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.1.0.24.0419.1
protected virtual Task<int> GetRecPermissionIdAsync(
	Object dataRec,
	string objectKey = null
)
- dataRec  Object
 - The data record.
 - objectKey  String  (Optional)
 [Missing <param name="objectKey"/> documentation for "M:Recrovit.RecroGridFramework.RecroGrid.GetRecPermissionIdAsync(System.Object,System.String)"]
TaskInt32If there is an ObjectPermissionId property in the record, its value is returned, otherwise it is 0.