IPublishingSystemSecurityIsUserAllowed Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference