Click or drag to resize

IPageCreationRuleAllowPageCreation Method


Checks whether the specified User is allowed to use this page creation rulee to create Pages.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool AllowPageCreation(
	IUser user
)

Parameters

user
Type: Ingeniux.CMSIUser
User to check

Return Value

Type: Boolean
True if user is not null and is either member of any allowed Groups, or on the list of explicitly allowed Users. Otherwise, this method returns false.
See Also