Share via


WorkflowAssociation Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Workflow.WorkflowAssociation", ServerTypeId="{5b590642-3966-4f67-b937-c1db8528a1d3}")]
public sealed class WorkflowAssociation : Microsoft.SharePoint.Client.ClientObject
type WorkflowAssociation = class
    inherit ClientObject
Public NotInheritable Class WorkflowAssociation
Inherits ClientObject
Inheritance
WorkflowAssociation
Attributes

Constructors

WorkflowAssociation(ClientRuntimeContext, ObjectPath)

Properties

AllowManual
AssociationData
AutoStartChange
AutoStartCreate
BaseId
Context (Inherited from ClientObject)
Created
Description
Enabled
HistoryListTitle
Id
InstantiationUrl
InternalName
IsDeclarative
ListId
Modified
Name
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
TaskListTitle
TypedObject (Inherited from ClientObject)
WebId

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
DeleteObject()
FromJson(JsonReader) (Inherited from ClientObject)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from ClientObject)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
Update()
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to