PushTenantManager.DeleteAllCloudHybridSearchContent method

Namespace:  Microsoft.SharePoint.Client.Search.ContentPush
Assembly:  Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)

Syntax

'Declaration
Public Function DeleteAllCloudHybridSearchContent As ClientResult(Of Long)
'Usage
Dim instance As PushTenantManager
Dim returnValue As ClientResult(Of Long)

returnValue = instance.DeleteAllCloudHybridSearchContent()
public ClientResult<long> DeleteAllCloudHybridSearchContent()

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Int64>

See also

Reference

PushTenantManager class

PushTenantManager members

Microsoft.SharePoint.Client.Search.ContentPush namespace