Click or drag to resize

IContentItemCanViewCheckedOutContent Method


Returns true if the provided user can view this content items' checked out content

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool CanViewCheckedOutContent(
	IUser user = null
)

Parameters

user  IUser  (Optional)
User to test. If null or excluded Session.OperatingUser will be used.

Return Value

Boolean
True if the provided user can view this content items' checked out content
See Also