WildcardFilter.Escape Method
NOTE: This API is now obsolete.
Adds the escape characters that are used for this Wildcard filter to the specified string.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Shared Function Escape ( _
str As String _
) As String
'Usage
Dim str As String
Dim returnValue As String
returnValue = WildcardFilter.Escape(str)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public static string Escape(
string str
)
Parameters
str
Type: System.StringA string.
Return Value
Type: System.String
A string with escape characters added.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace