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
path
Type: System.StringThe path of the resource to download.
Return Value
Type: System.IO.Stream
A [Stream] representing the stream containing the resource data.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace