WorkflowSubscription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes
Constructors
WorkflowSubscription(ClientRuntimeContext, ObjectPath) | |
WorkflowSubscription(ClientRuntimeContext) |
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) |