PublicAPI.Portal.Security.User.IsSubordinateUser ELMA API Documentation
Check, if the user is a chief of another user
 
 
Syntax

public bool IsSubordinateUser(
	User cheifUser,
	User subordinateUser
)

Parameters

cheifUser
Type: User
Chief. Object. Access path: PublicAPI.Portal.Security.User
subordinateUser
Type: User
Subordinate. Object. Access path: PublicAPI.Portal.Security.User

Return Value

Type: Boolean
true if one is the cheif of the other one
See Also