IPageCreationRuleIsUserAllowed Method (String)
|
Returns if the passed in user ID is allowed to use the current
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool IsUserAllowed(
string userId
)
Function IsUserAllowed (
userId As String
) As Boolean
bool IsUserAllowed(
String^ userId
)
abstract IsUserAllowed :
userId : string -> bool
Parameters
- userId
- Type: SystemString
ID of the IUser to check for permission
Return Value
Type:
BooleanTrue if
userId is allowed to use the current
IPageCreationRule, otherwise false
See Also