UserRoleCount Method (Int32, Int32) | |
Number data items by User and Role
Namespace:
SOWIApp.Administrator
Assembly:
SOWIApp.Administrator (in SOWIApp.Administrator.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public int Count(
int pUserID,
int pRoleID
)
Public Function Count (
pUserID As Integer,
pRoleID As Integer
) As Integer
Parameters
- pUserID
- Type: SystemInt32
filter User ID - pRoleID
- Type: SystemInt32
filter Role ID
Return Value
Type:
Int32[Missing <returns> documentation for "M:SOWIApp.Administrator.UserRole.Count(System.Int32,System.Int32)"]
See Also