IMetabaseHelper.RemoveWildcardScriptMapForIFSExt Method (String)
Remove the Installable File System (IFS) mapping.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
void RemoveWildcardScriptMapForIFSExt(
string strVDir
)
void RemoveWildcardScriptMapForIFSExt(
String^ strVDir
)
abstract RemoveWildcardScriptMapForIFSExt :
strVDir:string -> unit
Sub RemoveWildcardScriptMapForIFSExt (
strVDir As String
)
Parameters
strVDir
Type: System.StringThe virtual directory.
See Also
IMetabaseHelper Interface
System.Web.Security.SingleSignOn Namespace
Return to top