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 'javascriptinclude' 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 ContainsJavascriptInclude(
	 context,
	 item
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function ContainsJavascriptInclude ( _
	context As , _
	item As  _
) As 

Parameters

context
IRenderContext
item
Locator
The url of the javascript include.

Return Value

Returns true if the javascript include contains the given item, false otherwise.

See Also

Advanced