JAMS Developer Guide
Find Method (ResourceRef)


MVPSI.JAMS Namespace > ResourceRef Class : Find Method
Resource ID
JAMS Server
Creates and loads a new ResourceRefList.
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal queryResourceID As System.Integer, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of ResourceRef)
'Usage
 
Dim queryResourceID As System.Integer
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of ResourceRef)
 
value = ResourceRef.Find(queryResourceID, js)
public static System.Collections.Generic.ICollection<ResourceRef> Find( 
   System.int queryResourceID,
   Server js
)

Parameters

queryResourceID
Resource ID
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

ResourceRef Class
ResourceRef Members