Show / Hide Table of Contents

    Class QueuedSharePointEvent

    Base properties for queued service bus messages

    Inheritance
    System.Object
    QueuedSharePointEvent
    QueuedAppLaunchEvent
    QueuedSharePointProcessEvent
    QueuedSharePointProvisioningEvent
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace:AzureFunctionsForSharePoint.Common
    Assembly:AzureFunctionsForSharePoint.Common.dll
    Syntax
    public class QueuedSharePointEvent

    Properties

    | Improve this Doc View Source

    AppAccessToken

    Security access token for the app-only identity

    Declaration
    public string AppAccessToken { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    AppWebUrl

    The URL of the SharePoint Microsoft.SharePoint.Client.Web to which the message applies

    Declaration
    public string AppWebUrl { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ClientId

    The id of the client. This must match a previously created client configuration in Azure storage.

    Declaration
    public string ClientId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RetryCount

    Number of times processing this message has failed previously

    Declaration
    public int RetryCount { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    UserAccessToken

    Security access token for the user's identity

    Declaration
    public string UserAccessToken { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2016 InstantQuick
    View project on Github