SPRemoteBlobStorageSettings.GetProviderNames method
Lists the names of the SQL Remote Blob Storage providers registered on the content database.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetProviderNames As IList(Of String)
'Usage
Dim instance As SPRemoteBlobStorageSettings
Dim returnValue As IList(Of String)
returnValue = instance.GetProviderNames()
public IList<string> GetProviderNames()
Return value
Type: System.Collections.Generic.IList<String>
A IList<T>.
See also
Reference
SPRemoteBlobStorageSettings class