Search Results for

    Show / Hide Table of Contents

    Class WorkflowsWorkflowSubscription

    Inheritance
    System.Object
    WorkflowsWorkflowSubscription
    Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
    Assembly: PnP.Framework.dll
    Syntax
    public class WorkflowsWorkflowSubscription : object

    Properties

    DefinitionId

    Declaration
    public string DefinitionId { get; set; }
    Property Value
    System.String

    Enabled

    Declaration
    public bool Enabled { get; set; }
    Property Value
    System.Boolean

    EventSourceId

    Declaration
    public string EventSourceId { get; set; }
    Property Value
    System.String

    ItemAddedEvent

    Declaration
    public bool ItemAddedEvent { get; set; }
    Property Value
    System.Boolean

    ItemUpdatedEvent

    Declaration
    public bool ItemUpdatedEvent { get; set; }
    Property Value
    System.Boolean

    ListId

    Declaration
    public string ListId { get; set; }
    Property Value
    System.String

    ManualStartBypassesActivationLimit

    Declaration
    public bool ManualStartBypassesActivationLimit { get; set; }
    Property Value
    System.Boolean

    ManualStartBypassesActivationLimitSpecified

    Declaration
    public bool ManualStartBypassesActivationLimitSpecified { get; set; }
    Property Value
    System.Boolean

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    System.String

    ParentContentTypeId

    Declaration
    public string ParentContentTypeId { get; set; }
    Property Value
    System.String

    PropertyDefinitions

    Declaration
    public StringDictionaryItem[] PropertyDefinitions { get; set; }
    Property Value
    StringDictionaryItem[]

    StatusFieldName

    Declaration
    public string StatusFieldName { get; set; }
    Property Value
    System.String

    WorkflowStartEvent

    Declaration
    public bool WorkflowStartEvent { get; set; }
    Property Value
    System.Boolean

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer