IContentFreezeStateAllowUser Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference