Search Results for

    Show / Hide Table of Contents

    Class GraphEndpoint

    Inheritance
    object
    GraphEndpoint
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit.Microsoft.Graph
    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
    Type Description
    List<string>
    | Edit this page View Source

    Content

    Declaration
    public bool Content { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ContentFormat

    Declaration
    public string ContentFormat { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    QueryFields

    Declaration
    public List<string> QueryFields { get; }
    Property Value
    Type Description
    List<string>
    | Edit this page View Source

    Top

    Declaration
    public int? Top { get; set; }
    Property Value
    Type Description
    int?

    Methods

    | Edit this page View Source

    Append(string)

    Declaration
    public GraphEndpoint Append(string childPath)
    Parameters
    Type Name Description
    string childPath
    Returns
    Type Description
    GraphEndpoint
    | Edit this page View Source

    AppendChildren()

    Declaration
    public GraphEndpoint AppendChildren()
    Returns
    Type Description
    GraphEndpoint
    | Edit this page View Source

    AppendContent(string)

    Declaration
    public GraphEndpoint AppendContent(string format = null)
    Parameters
    Type Name Description
    string format
    Returns
    Type Description
    GraphEndpoint
    | Edit this page View Source

    AppendDelta()

    Declaration
    public GraphEndpoint AppendDelta()
    Returns
    Type Description
    GraphEndpoint
    | Edit this page View Source

    AppendDriveId(string)

    Declaration
    public GraphEndpoint AppendDriveId(string driveId)
    Parameters
    Type Name Description
    string driveId
    Returns
    Type Description
    GraphEndpoint
    | Edit this page View Source

    AppendDriveItemQueryFields()

    Declaration
    public GraphEndpoint AppendDriveItemQueryFields()
    Returns
    Type Description
    GraphEndpoint
    | Edit this page View Source

    AppendItemId(string)

    Declaration
    public GraphEndpoint AppendItemId(string itemId)
    Parameters
    Type Name Description
    string itemId
    Returns
    Type Description
    GraphEndpoint
    | Edit this page View Source

    AppendPageSize(int)

    Declaration
    public GraphEndpoint AppendPageSize(int top)
    Parameters
    Type Name Description
    int top
    Returns
    Type Description
    GraphEndpoint
    | Edit this page View Source

    AppendPath(string)

    Declaration
    public GraphEndpoint AppendPath(string path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    GraphEndpoint
    | Edit this page View Source

    AppendQueryFields(params string[])

    Declaration
    public GraphEndpoint AppendQueryFields(params string[] queryFields)
    Parameters
    Type Name Description
    string[] queryFields
    Returns
    Type Description
    GraphEndpoint
    | Edit this page View Source

    AppendRoot()

    Declaration
    public GraphEndpoint AppendRoot()
    Returns
    Type Description
    GraphEndpoint
    | Edit this page View Source

    AppendSiteId(string, bool)

    Declaration
    public GraphEndpoint AppendSiteId(string siteId, bool list = false)
    Parameters
    Type Name Description
    string siteId
    bool list
    Returns
    Type Description
    GraphEndpoint
    | Edit this page View Source

    AppendSitePath(string, string)

    Declaration
    public GraphEndpoint AppendSitePath(string hostname, string sitePath)
    Parameters
    Type Name Description
    string hostname
    string sitePath
    Returns
    Type Description
    GraphEndpoint
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Operators

    | Edit this page View Source

    implicit operator string(GraphEndpoint)

    Declaration
    public static implicit operator string(GraphEndpoint endpoint)
    Parameters
    Type Name Description
    GraphEndpoint endpoint
    Returns
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation