ResourceStore.Download Method

Downloads a resource from the resource store.

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 Download ( _
    path As String _
) As Stream
'Usage
Dim instance As ResourceStore
Dim path As String
Dim returnValue As Stream

returnValue = instance.Download(path)
Stream Download(
    string path
)

Parameters

Return Value

Type: System.IO.Stream
A [Stream] representing the stream containing the resource data.

See Also

Reference

ResourceStore Interface

ResourceStore Members

Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace