MipConfiguration(ApplicationInfo, String, LogLevel, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor for MipConfiguration
public MipConfiguration (Microsoft.InformationProtection.ApplicationInfo appInfo, string path, Microsoft.InformationProtection.LogLevel logLevel, bool isOfflineOnly);
new Microsoft.InformationProtection.MipConfiguration : Microsoft.InformationProtection.ApplicationInfo * string * Microsoft.InformationProtection.LogLevel * bool -> Microsoft.InformationProtection.MipConfiguration
Public Sub New (appInfo As ApplicationInfo, path As String, logLevel As LogLevel, isOfflineOnly As Boolean)
Parameters
- appInfo
- ApplicationInfo
Application info description
- path
- String
Local storage path for caches, logging, etc.
- logLevel
- LogLevel
Minimum log level to emit to logs
- isOfflineOnly
- Boolean
Whether Network operations is enabled or disabled(not all actions supported when offline)