Click or drag to resize
DocumentBaseAddComponentsCSS Method

Note: This API is now obsolete.

Adds the CSS for the components

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Please use CMS.PortalControls.PortalHelper.AddComponentsCSS() method instead.")]
public virtual void AddComponentsCSS(
	bool separateLinks
)

Parameters

separateLinks
Type: SystemBoolean
If true, the links for each component are separate
See Also