Click or drag to resize

AccessDataUploadControllerAuthorize Method

Checks upload right for the active user for the provided system

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool Authorize(
	int systemId
)

Parameters

systemId
Type: SystemInt32

Return Value

Type: Boolean
True if authorized
See Also