summaryM:DotNetNuke.UI.WebControls.NodeImageCollection.Contains(System.String)

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
public bool Contains(
	string strImageUrl
)
Visual Basic
Public Function Contains ( 
	strImageUrl As String
) As Boolean

Parameters

strImageUrl
Type: System..::..String
paramstrImageUrlM:DotNetNuke.UI.WebControls.NodeImageCollection.Contains(System.String)

Return Value

returnsM:DotNetNuke.UI.WebControls.NodeImageCollection.Contains(System.String)

See Also