Click or drag to resize

ICustomTabSetting Properties


The ICustomTabSetting type exposes the following members.

Properties
  Name Description
Public property AdminOnly Gets/sets whether this tab only allows administrators to see.
Public property AllowPinning Obsolete.
Obsolete.
Public property AppendAssetFolderID Gets/sets whether to include "assetFolderId" query string with id of the asset folder as value, in the URL of this custom tab inner frame.
Public property AppendAssetID Gets/sets whether to include "assetId" query string with id of the asset as value, in the URL of this custom tab inner frame.
Public property AppendPageID Gets/sets whether to include "pageId" query string with id of the page as value, in the URL of this custom tab inner frame.
Public property Archived Gets/sets the archived value of this entity
(Inherited from IEntity)
Public property AssetFolders Gets/sets the explicit list of asset folders that are allowed to carry this custom tab on CMS UI.
Public property Assets Gets/sets the explicit list of assets that are allowed to carry this custom tab on CMS UI.
Public property AssetSchemas Gets/sets the list of schemas for assets that are allowed to carry this custom tab on CMS UI.
Public property AutoSelect Gets/sets whether to auto select this tab when a page or asset/asset folder is selected.
Public property Created Gets the entity's creation date.
(Inherited from IEntity)
Public property CreationUser Gets the ID of the User who created this entity.
(Inherited from IEntity)
Public property Disable Sets/sets whether this custom tab is disabled. Disabled tabs will not display on CMS UI.
Public property DisplayName Gets/sets the name showing on the tab label for this custom tab
Public property Global Gets/sets whether this custom is global. Global custom tabs will show up in the "Apps" listing.
Public property Icon Gets/sets the icon image path for the custom tab
Public property IconClass Gets/sets the index of the icon in the CMS icon listing.
Public property LastModified Gets the date when the entity was most recently modified.
(Inherited from IEntity)
Public property LastModifiedUser Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity)
Public property Manager Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager)
Public property Pages Gets/sets the explicit list of pages that are allowed to carry this custom tab on CMS UI.
Public property ResourceID Gets/sets the resource id for tab label. If this settings is in place, DisplayName will not be used. The resource id must exist in the [locale].resx file in l10n/server folder under CMS site file structure.
Public property Schemas Gets/sets the list of schemas for pages that are allowed to carry this custom tab on CMS UI.
Public property Session Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity)
Public property SessionId Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity)
Public property TabsToHide Gets/sets the list of the name of other standard tabs to hide.
Public property Url Gets/sets the URL of the custom tab. It can be either a full URL with protocol in the front, or a relative path within CMS system
Public property UserGroups Gets/sets the list of user groups that are allowed to see this custom tab.
Top
See Also