ResourceStore.ListResources Method
Returns a list of resources on a specified path.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage
Assembly: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage (in Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage.dll)
Syntax
'Declaration
Function ListResources ( _
path As String _
) As IList(Of ResourceInfo)
'Usage
Dim instance As ResourceStore
Dim path As String
Dim returnValue As IList(Of ResourceInfo)
returnValue = instance.ListResources(path)
IList<ResourceInfo> ListResources(
string path
)
Parameters
path
Type: System.StringThe path to the location where the operation will look for resources.
Return Value
Type: System.Collections.Generic.IList<ResourceInfo>
A list of resources that exist on the specified path.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace