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.
Remove the Installable File System (IFS) mapping.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public void RemoveWildcardScriptMapForIFSExt(
string strVDir
)
public:
virtual void RemoveWildcardScriptMapForIFSExt(
String^ strVDir
) sealed
abstract RemoveWildcardScriptMapForIFSExt :
strVDir:string -> unit
override RemoveWildcardScriptMapForIFSExt :
strVDir:string -> unit
Public Sub RemoveWildcardScriptMapForIFSExt (
strVDir As String
)
Parameters
strVDir
Type: System.StringThe virtual directory.
Implements
IMetabaseHelper.RemoveWildcardScriptMapForIFSExt(String)
See Also
MetabaseHelper Class
System.Web.Security.SingleSignOn Namespace
Return to top