ResourceCollectionGetResourcesByType Method |
Gets the resources of the specified type.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public IList<Resource> GetResourcesByType(
string type
)
Public Function GetResourcesByType (
type As String
) As IList(Of Resource)
public:
IList<Resource^>^ GetResourcesByType(
String^ type
)
member GetResourcesByType :
type : string -> IList<Resource>
Parameters
- type
- Type: SystemString
The type of resource to search for.
Return Value
Type:
IListResourceThe resources of the specified type.
See Also