IPageCreationRuleAddUser Method Ingeniux CMS Content Store API

Adds a new User to the list of users explicitly allowed to use this page creation rule.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void AddUser(
	IUser user
)

Parameters

user
Type: Ingeniux.CMSIUser
User to add to the list
Remarks

This method does nothing if the user parameter is null or the User is already on the list of allowed users.

See Also

Reference