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
)
Function CanShow (
contentItem As IContentItem,
user As IUser
) As Boolean
bool CanShow(
IContentItem^ contentItem,
IUser^ user
)
abstract CanShow :
contentItem : IContentItem *
user : IUser -> bool
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:
BooleanTrue if the custom is visible for given content and user combination; False otherwise
See Also