Class ChunkCitation
Inheritance
ChunkCitation
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class ChunkCitation
Properties
|
Edit this page
View Source
DriveName
Declaration
public string DriveName { get; set; }
Property Value
|
Edit this page
View Source
FileName
Declaration
public string FileName { get; set; }
Property Value
|
Edit this page
View Source
LastModifiedDateTime
Declaration
public DateTimeOffset? LastModifiedDateTime { get; set; }
Property Value
|
Edit this page
View Source
Path
Declaration
public string Path { get; set; }
Property Value
|
Edit this page
View Source
SiteName
Declaration
public string SiteName { get; set; }
Property Value
|
Edit this page
View Source
WebUrl
Declaration
public string WebUrl { get; set; }
Property Value
Extension Methods