Click or drag to resize

IPageCreationRuleIsUserAllowed(IUser) Method


Returns if the passed in IUser is allowed to use the current

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

Parameters

user  IUser
IUser to check for permission

Return Value

Boolean
True if user is allowed to use the current IPageCreationRule, otherwise false
See Also