SPContentDatabase.IsSiteScheduledForDeletion method

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function IsSiteScheduledForDeletion ( _
    siteId As Guid _
) As Boolean
'Usage
Dim instance As SPContentDatabase
Dim siteId As Guid
Dim returnValue As Boolean

returnValue = instance.IsSiteScheduledForDeletion(siteId)
public bool IsSiteScheduledForDeletion(
    Guid siteId
)

Parameters

Return value

Type: System.Boolean

See also

Reference

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace