MipConfiguration(ApplicationInfo, String, LogLevel, Boolean) Constructor

Definition

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)

Applies to