SPDatabase.WarnAboutRemoteBlobStorageSettings Method
Returns a Boolean value that specifies whether the administrator is warned that external binary large object (BLOB) storage is installed.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Function WarnAboutRemoteBlobStorageSettings As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.WarnAboutRemoteBlobStorageSettings()
protected bool WarnAboutRemoteBlobStorageSettings()
Return Value
Type: System.Boolean
Boolean
true if this an SPContentDatabase instance and external BLOB storage is installed; otherwise, false.