IBlockedGroupsSecurityCollectionTManagerIsUserAllowed Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool IsUserAllowed(
IUser user
)
Function IsUserAllowed (
user As IUser
) As Boolean
bool IsUserAllowed(
IUser^ user
)
abstract IsUserAllowed :
user : IUser -> bool Parameters
- user IUser
- User on which to check access
Return Value
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