This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Tests if the Javascript or Css file is included in the global include.

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

Syntax

C#Copy imageCopy Code
[]
public static <bool> IsGlobalInclude(
	 url
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function IsGlobalInclude ( _
	url As  _
) As (Of )

Parameters

url
Locator
The url that is tested if it is part of the global include.

Return Value

Returns true if the url is part of the global include, false otherwise.

See Also

Advanced