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.308
Syntax
bool CanShow(
	IContentItem contentItem,
	IUser user
)

Parameters

contentItem
Type: Ingeniux.CMSIContentItem
Content to check whether this tab can show on
user
Type: Ingeniux.CMSIUser
User to check whether allowed to see this tab

Return Value

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