Search Results for

    Show / Hide Table of Contents

    Class WorkflowsWorkflowDefinition

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

    Properties

    AssociationUrl

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

    Description

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

    DisplayName

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

    DraftVersion

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

    FormField

    Declaration
    public Xml.XmlElement FormField { get; set; }
    Property Value
    System.Xml.XmlElement

    Id

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

    InitiationUrl

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

    Properties

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

    Published

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

    PublishedSpecified

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

    RequiresAssociationForm

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

    RequiresAssociationFormSpecified

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

    RequiresInitiationForm

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

    RequiresInitiationFormSpecified

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

    RestrictToScope

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

    RestrictToType

    Declaration
    public WorkflowsWorkflowDefinitionRestrictToType RestrictToType { get; set; }
    Property Value
    WorkflowsWorkflowDefinitionRestrictToType

    RestrictToTypeSpecified

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

    XamlPath

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

    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