Click or drag to resize

DataObjectControllerCheckActiveUserPermissions Method (IEnumerableInt32, PermissionFlags)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool CheckActiveUserPermissions(
	IEnumerable<int> dataObjectIds,
	PermissionFlags permissions
)

Parameters

dataObjectIds
Type: System.Collections.GenericIEnumerableInt32
permissions
Type: Omada.OE.ModelPermissionFlags

Return Value

Type: Boolean
See Also