Click or drag to resize

FileControllerHasActiveUserFilePermission Method

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool HasActiveUserFilePermission(
	int fileId,
	PermissionFlags requiredFlags,
	bool throwSecurityException
)

Parameters

fileId
Type: SystemInt32
requiredFlags
Type: Omada.OE.ModelPermissionFlags
throwSecurityException
Type: SystemBoolean
If there is not access, a SecurityException is thrown

Return Value

Type: Boolean
See Also