SPWebApplication.InstallFiles Method
Installs the Microsoft ASP .NET configuration and resource files that are required to provision the application.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
protected internal virtual void InstallFiles( DirectoryInfo vrPath, string validationKey, string decryptionKey )
Parameters
- vrPath
- Type: System.IO.DirectoryInfo
A System.IO.DirectoryInfo object.
- validationKey
- Type: System.String
A string that contains the key used for validation of encrypted data.
- decryptionKey
- Type: System.String
A string that contains the key used to encrypt data.