IPageCreationRuleAddUser Method
|
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: 10.3.169
Syntaxvoid AddUser(
IUser user
)
Sub AddUser (
user As IUser
)
void AddUser(
IUser^ user
)
abstract AddUser :
user : IUser -> unit
Parameters
- user
- Type: Ingeniux.CMSIUser
User to add to the list
RemarksThis method does nothing if the user parameter is null or the User is already on the list of allowed users.
See Also