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 the default resource store.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage
Assembly: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage (in Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage.dll)
Syntax
'Declaration
Function InitDefault As Boolean
'Usage
Dim instance As IResourceStoreCOM
Dim returnValue As Boolean
returnValue = instance.InitDefault()
bool InitDefault()
Return Value
Type: System.Boolean
[true] if the resource store client was successfully initialized; otherwise, [false].
Remarks
The resource store URI is loaded from configuration file.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace