Click or drag to resize

ICustomTabSettingCanShow Method


Checks whether this custom tab is allowed to show on the given content, for given user.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool CanShow(
	IContentItem contentItem,
	IUser user
)

Parameters

contentItem  IContentItem
Content to check whether this tab can show on
user  IUser
User to check whether allowed to see this tab

Return Value

Boolean
True if the custom is visible for given content and user combination; False otherwise
See Also