IContentFreezeStateAllowUser Method
|
Checkes if the given user is allowed to make change to the content freeze state.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool AllowUser(
string userId
)
Function AllowUser (
userId As String
) As Boolean
bool AllowUser(
String^ userId
)
abstract AllowUser :
userId : string -> bool
Parameters
- userId
- Type: SystemString
ID of the User to make changes
Return Value
Type:
BooleanTrue if user is allowed to make changes, false otherwise.
See Also