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

Parameters

userId  String
ID of the User to make changes

Return Value

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