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
Parameters
- group
- Type: Ingeniux.CMSIUserGroup
Group on which to check access
Return Value
Type: BooleanTrue if the group is allowed, false otherwise.
Remarks
If the "group" parameter value is null, this method returns false.
See Also