IPageCreationRuleRemoveUser Method
|
Removes a
User from the list of users explicitly allowed to use this page creation rule.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveUser(
IUser user
)
Function RemoveUser (
user As IUser
) As Boolean
bool RemoveUser(
IUser^ user
)
abstract RemoveUser :
user : IUser -> bool Parameters
- user IUser
- User to remove from the list
Return Value
BooleanTrue if this user is not null and currently on the list of allowed users. Otherwise, this method returns false.
See Also