JAMS Developer Guide
Find(String,Server) Method


MVPSI.JAMS Namespace > Resource Class > Find Method : Find(String,Server) Method
Resource Name selection criteria. Wildcards are allowed.
JAMS Server.
Creates and loads a new ResourceList from the specified server.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal queryName As System.String, _
   ByVal js As Server _
) As System.Collections.Generic.IEnumerable(Of Resource)
'Usage
 
Dim queryName As System.String
Dim js As Server
Dim value As System.Collections.Generic.IEnumerable(Of Resource)
 
value = Resource.Find(queryName, js)
public static System.Collections.Generic.IEnumerable<Resource> Find( 
   System.string queryName,
   Server js
)

Parameters

queryName
Resource Name selection criteria. Wildcards are allowed.
js
JAMS Server.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Resource Class
Resource Members
Overload List