IPageCreationRuleAllowPageCreation Method
|
Checks whether the specified
User is allowed to use this page creation rulee to create
Pages.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool AllowPageCreation(
IUser user
)
Function AllowPageCreation (
user As IUser
) As Boolean
bool AllowPageCreation(
IUser^ user
)
abstract AllowPageCreation :
user : IUser -> bool Parameters
- user IUser
- User to check
Return Value
BooleanTrue 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