IPageCreationRuleIsUserAllowed Method (String)
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
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
[Missing <param name="userId"/> documentation for "M:Ingeniux.CMS.IPageCreationRule.IsUserAllowed(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Ingeniux.CMS.IPageCreationRule.IsUserAllowed(System.String)"]
See Also