Click or drag to resize

IBlockedGroupsSecurityCollectionTManagerIsUserAllowed Method


Checks whether a User is allowed to publish to the represented Publishing Target.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool IsUserAllowed(
	IUser user
)

Parameters

user
Type: Ingeniux.CMSIUser
User on which to check access

Return Value

Type: Boolean
True 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