Share via


WorkflowSubscription Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.WorkflowServices.WorkflowSubscription", ServerTypeId="{d185ede6-c3c3-4d37-9e8c-2382deb37708}")]
public class WorkflowSubscription : Microsoft.SharePoint.Client.ClientObject
type WorkflowSubscription = class
    inherit ClientObject
Public Class WorkflowSubscription
Inherits ClientObject
Inheritance
WorkflowSubscription
Attributes

Constructors

WorkflowSubscription(ClientRuntimeContext)
WorkflowSubscription(ClientRuntimeContext, ObjectPath)

Properties

Context (Inherited from ClientObject)
DefinitionId
Enabled
EventSourceId
EventTypes
Id
ManualStartBypassesActivationLimit
Name
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
ParentContentTypeId
Path (Inherited from ClientObject)
PropertyDefinitions
ServerObjectIsNull (Inherited from ClientObject)
StatusFieldName
Tag (Inherited from ClientObject)
TypedObject (Inherited from ClientObject)

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
FromJson(JsonReader) (Inherited from ClientObject)
GetExternalVariable(String)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader)
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)
SetExternalVariable(String, String)
SetProperty(String, String)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to