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)

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.

See also

Reference

SPDatabase class

SPDatabase members

Microsoft.SharePoint.Administration namespace