Class GraphEndpoint
Inheritance
GraphEndpoint
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class GraphEndpoint
Properties
|
Edit this page
View Source
ChildPaths
Declaration
public List<string> ChildPaths { get; }
Property Value
|
Edit this page
View Source
Content
Declaration
public bool Content { get; set; }
Property Value
|
Edit this page
View Source
ContentFormat
Declaration
public string ContentFormat { get; set; }
Property Value
|
Edit this page
View Source
QueryFields
Declaration
public List<string> QueryFields { get; }
Property Value
|
Edit this page
View Source
Top
Declaration
public int? Top { get; set; }
Property Value
Methods
|
Edit this page
View Source
Append(string)
Declaration
public GraphEndpoint Append(string childPath)
Parameters
| Type |
Name |
Description |
| string |
childPath |
|
Returns
|
Edit this page
View Source
AppendChildren()
Declaration
public GraphEndpoint AppendChildren()
Returns
|
Edit this page
View Source
AppendContent(string)
Declaration
public GraphEndpoint AppendContent(string format = null)
Parameters
| Type |
Name |
Description |
| string |
format |
|
Returns
|
Edit this page
View Source
AppendDelta()
Declaration
public GraphEndpoint AppendDelta()
Returns
|
Edit this page
View Source
AppendDriveId(string)
Declaration
public GraphEndpoint AppendDriveId(string driveId)
Parameters
| Type |
Name |
Description |
| string |
driveId |
|
Returns
|
Edit this page
View Source
AppendDriveItemQueryFields()
Declaration
public GraphEndpoint AppendDriveItemQueryFields()
Returns
|
Edit this page
View Source
AppendItemId(string)
Declaration
public GraphEndpoint AppendItemId(string itemId)
Parameters
| Type |
Name |
Description |
| string |
itemId |
|
Returns
|
Edit this page
View Source
AppendPageSize(int)
Declaration
public GraphEndpoint AppendPageSize(int top)
Parameters
| Type |
Name |
Description |
| int |
top |
|
Returns
|
Edit this page
View Source
AppendPath(string)
Declaration
public GraphEndpoint AppendPath(string path)
Parameters
| Type |
Name |
Description |
| string |
path |
|
Returns
|
Edit this page
View Source
AppendQueryFields(params string[])
Declaration
public GraphEndpoint AppendQueryFields(params string[] queryFields)
Parameters
| Type |
Name |
Description |
| string[] |
queryFields |
|
Returns
|
Edit this page
View Source
AppendRoot()
Declaration
public GraphEndpoint AppendRoot()
Returns
|
Edit this page
View Source
AppendSiteId(string, bool)
Declaration
public GraphEndpoint AppendSiteId(string siteId, bool list = false)
Parameters
Returns
|
Edit this page
View Source
AppendSitePath(string, string)
Declaration
public GraphEndpoint AppendSitePath(string hostname, string sitePath)
Parameters
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Edit this page
View Source
implicit operator string(GraphEndpoint)
Declaration
public static implicit operator string(GraphEndpoint endpoint)
Parameters
Returns
Extension Methods