Click or drag to resize

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.5.94
Syntax
bool AllowUser(
	string userId
)

Parameters

userId
Type: SystemString
ID of the User to make changes

Return Value

Type: Boolean
True if user is allowed to make changes, false otherwise.
See Also