Class OneDriveSettings
Inheritance
OneDriveSettings
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
[Serializable]
public class OneDriveSettings : GraphStorageSettingsBase
Properties
|
Edit this page
View Source
DefaultDownloadPath
Declaration
protected override string DefaultDownloadPath { get; }
Property Value
Overrides
|
Edit this page
View Source
UserId
Optional target user id for /users/{id}/drive.
When empty, implementations may resolve /me/drive.
Declaration
public string UserId { get; }
Property Value
Extension Methods