Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the resource store client to use a resource store with default settings.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage
Assembly: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage (in Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage.dll)
Syntax
'Declaration
Public Function InitDefault As Boolean
'Usage
Dim instance As ResourceStoreCOM
Dim returnValue As Boolean
returnValue = instance.InitDefault()
public bool InitDefault()
Return Value
Type: System.Boolean
[true] if the resource store client was successfully initialized; otherwise, [false].
Implements
IResourceStoreCOM.InitDefault()
Remarks
The resource store URI is loaded from configuration file.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace