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.
Checks for the existence of a resource with the given identifier.
Namespace: Microsoft.SharePoint.Search.Extended.Administration
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function ContainsResource ( _
key As String _
) As Boolean
'Usage
Dim instance As Repository
Dim key As String
Dim returnValue As Boolean
returnValue = instance.ContainsResource(key)
bool ContainsResource(
string key
)
Parameters
key
Type: System.StringA unique identifier for the resource.
Return Value
Type: System.Boolean
[True] if and only if a resource with the given identifier exists.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration Namespace