user_permissionsloadByUser Method

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static user_permissions[] loadByUser(
	long userid,
	bool withGroups = false,
	int userType = 0
)

Parameters

userid  Int64
 
withGroups  Boolean  (Optional)
 
userType  Int32  (Optional)
 

Return Value

user_permissions

See Also