Click or drag to resize

ICustomTabSettingCanShow Method


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool CanShow(
	IEnumerable<IContentItem> contentItems,
	IEnumerable<string> schemaIds,
	IUser user
)

Parameters

contentItems
Type: System.Collections.GenericIEnumerableIContentItem

[Missing <param name="contentItems"/> documentation for "M:Ingeniux.CMS.ICustomTabSetting.CanShow(System.Collections.Generic.IEnumerable{Ingeniux.CMS.IContentItem},System.Collections.Generic.IEnumerable{System.String},Ingeniux.CMS.IUser)"]

schemaIds
Type: System.Collections.GenericIEnumerableString

[Missing <param name="schemaIds"/> documentation for "M:Ingeniux.CMS.ICustomTabSetting.CanShow(System.Collections.Generic.IEnumerable{Ingeniux.CMS.IContentItem},System.Collections.Generic.IEnumerable{System.String},Ingeniux.CMS.IUser)"]

user
Type: Ingeniux.CMSIUser

[Missing <param name="user"/> documentation for "M:Ingeniux.CMS.ICustomTabSetting.CanShow(System.Collections.Generic.IEnumerable{Ingeniux.CMS.IContentItem},System.Collections.Generic.IEnumerable{System.String},Ingeniux.CMS.IUser)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Ingeniux.CMS.ICustomTabSetting.CanShow(System.Collections.Generic.IEnumerable{Ingeniux.CMS.IContentItem},System.Collections.Generic.IEnumerable{System.String},Ingeniux.CMS.IUser)"]

See Also