IResourceStoreCOM.ListResourcesXML Method
Returns 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
Function ListResourcesXML ( _
resourcePath As String _
) As String
'Usage
Dim instance As IResourceStoreCOM
Dim resourcePath As String
Dim returnValue As String
returnValue = instance.ListResourcesXML(resourcePath)
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.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace