Class ItemReference
Reference to a drive item.
Inherited Members
Namespace: Glitch9.AIDevKit.Microsoft.Graph
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class ItemReference
Fields
| Edit this page View SourceDriveId
The unique identifier of the drive.
Declaration
[JsonProperty("driveId")]
public string DriveId
Field Value
| Type | Description |
|---|---|
| string |
Id
The unique identifier of the item.
Declaration
[JsonProperty("id")]
public string Id
Field Value
| Type | Description |
|---|---|
| string |
Path
The path of the item within the drive.
Declaration
[JsonProperty("path")]
public string Path
Field Value
| Type | Description |
|---|---|
| string |