IPublishingSystemSecurityIsGroupAllowed Method Ingeniux CMS Content Store API

Checks whether a Group 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 IsGroupAllowed(
	IUserGroup group
)

Parameters

group
Type: Ingeniux.CMSIUserGroup
Group on which to check access

Return Value

Type: Boolean
True if the group is allowed, false otherwise.
Remarks

If the "group" parameter value is null, this method returns false.

See Also

Reference