IPageCreationRuleIsUserAllowed Method (IUser)
|
Returns if the passed in
IUser is allowed to use the current
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool IsUserAllowed(
IUser user
)
Function IsUserAllowed (
user As IUser
) As Boolean
bool IsUserAllowed(
IUser^ user
)
abstract IsUserAllowed :
user : IUser -> bool
Parameters
- user
- Type: Ingeniux.CMSIUser
IUser to check for permission
Return Value
Type:
BooleanTrue if
user is allowed to use the current
IPageCreationRule, otherwise false
See Also