ResourceStoreCOM.ListResourcesXML Method
Retursn a list of resources on the 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
Public Function ListResourcesXML ( _
resourcePath As String _
) As String
'Usage
Dim instance As ResourceStoreCOM
Dim resourcePath As String
Dim returnValue As String
returnValue = instance.ListResourcesXML(resourcePath)
public string ListResourcesXML(
string resourcePath
)
Parameters
resourcePath
Type: System.StringThe path to the location where the operation will look for resources.
Return Value
Type: System.String
A [string] representing XML content. The XML contains a list of resources that exist on the specified path.
Implements
IResourceStoreCOM.ListResourcesXML(String)
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace