ICustomTabSettingCanShow Method
|
Checks whether this custom tab is allowed to show on the given content, for given user.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool 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 IContentItem
- Content to check whether this tab can show on
- user IUser
- User to check whether allowed to see this tab
Return Value
BooleanTrue if the custom is visible for given content and user combination; False otherwise
See Also