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