Click or drag to resize
CMSConditionalLayoutVisibleForDocumentTypes Property
If true, the layout is shown only for given document types. The value contains list of document type class names separated by semicolon, e.g. "CMS.Article;CMS.Product"

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public string VisibleForDocumentTypes { get; set; }

Property Value

Type: String
See Also