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.6.492
Syntax
bool IsGroupAllowed(
	IUserGroup group
)

Parameters

group  IUserGroup
Group on which to check access

Return Value

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

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

See Also