Class UserProfileFlags
- Namespace
 - FoundationaLLM.Common.Constants
 
- Assembly
 - FoundationaLLM.Common.dll
 
Named user profile flags.
public static class UserProfileFlags
  - Inheritance
 - 
      
      UserProfileFlags
 
- Inherited Members
 
Fields
All
All user profile flags.
public static readonly string[] All
  Field Value
- string[]
 
OneDriveWorkSchoolEnabled
Flag that allows the user to grant or revoke consent to connect to their OneDrive for work or school account.
public const string OneDriveWorkSchoolEnabled = "oneDriveWorkSchoolEnabled"
  Field Value
PersistOrchestrationCompletionRequests
Indicates whether completion requests created by the Orchestration API should be persisted or not.
public const string PersistOrchestrationCompletionRequests = "persistOrchestrationCompletionRequests"