This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns true if the 'cssinclude' placeholder contains the given item.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[]
public static bool ContainsCssInclude(
	 context,
	 item
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function ContainsCssInclude ( _
	context As , _
	item As  _
) As 

Parameters

context
IRenderContext
item
Locator
The url of the css include.

Return Value

Returns true if the css include contains the given item.

See Also

Advanced