return collection of library references

Namespace: DotNetNuke.Framework.JavaScriptLibraries
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public IEnumerable<JavaScriptLibrary> GetLibraries(
	Func<JavaScriptLibrary, bool> predicate
)
Visual Basic
Public Function GetLibraries ( 
	predicate As Func(Of JavaScriptLibrary, Boolean)
) As IEnumerable(Of JavaScriptLibrary)

Parameters

predicate
Type: System..::..Func<(Of <(<'JavaScriptLibrary, Boolean>)>)>
predicate to match to return the library collection e.g. libraryname=

Return Value

collection of library references

Implements

IJavaScriptLibraryController..::..GetLibraries(Func<(Of <<'(JavaScriptLibrary, Boolean>)>>))

See Also