Click or drag to resize

IBlockedGroupsSecurityCollectionTManagerIsGroupAllowed Method


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: 10.5.94
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