IBlockedGroupsSecurityCollectionTManagerIsUserAllowed Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
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
User on which to check access
Return Value
Type:
BooleanTrue if user is allowed to publish, false otherwise.
Remarks
If the "user" parameter value is null, this method returns false.
A User is blocked when any Groups it belongs
to is blocked.
Administrators are always allowed to publish to a publishing target.
See Also