IPageCreationRuleRemoveUser Method Ingeniux CMS Content Store API

Removes a User from 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

bool RemoveUser(
	IUser user
)

Parameters

user
Type: Ingeniux.CMSIUser
User to remove from the list

Return Value

Type: Boolean
True if this user is not null and currently on the list of allowed users. Otherwise, this method returns false.
See Also

Reference