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