IPageCreationRuleRemoveUser Method
|
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: 10.3.169
Syntax bool RemoveUser(
IUser user
)
Function RemoveUser (
user As IUser
) As Boolean
bool RemoveUser(
IUser^ user
)
abstract RemoveUser :
user : IUser -> bool
Parameters
- user
- Type: Ingeniux.CMSIUser
User to remove from the list
Return Value
Type:
BooleanTrue if this user is not null and currently on the list of allowed users. Otherwise, this method returns false.
See Also