Share via


WorkflowSubscriptionService Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.WorkflowServices.WorkflowSubscriptionService", ServerTypeId="{fc956693-2419-4950-8963-52ebc3e46501}")]
public class WorkflowSubscriptionService : Microsoft.SharePoint.Client.ClientObject
type WorkflowSubscriptionService = class
    inherit ClientObject
Public Class WorkflowSubscriptionService
Inherits ClientObject
Inheritance
WorkflowSubscriptionService
Attributes

Constructors

WorkflowSubscriptionService(ClientRuntimeContext, ObjectPath)

Properties

Context (Inherited from ClientObject)
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
TypedObject (Inherited from ClientObject)

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
DeleteSubscription(Guid)
EnumerateSubscriptions()
EnumerateSubscriptionsByDefinition(Guid)
EnumerateSubscriptionsByEventSource(Guid)
EnumerateSubscriptionsByList(Guid)
EnumerateSubscriptionsByListAndParentContentType(Guid, ContentTypeId, Boolean)
EnumerateSubscriptionsByListWithContentType(Guid, Boolean)
FromJson(JsonReader) (Inherited from ClientObject)
GetCurrent(ClientRuntimeContext)
GetSubscription(Guid)
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)
PublishSubscription(WorkflowSubscription)
PublishSubscriptionForList(WorkflowSubscription, Guid)
RefreshLoad() (Inherited from ClientObject)
RegisterInterestInHostWebList(Guid, String)
RegisterInterestInList(Guid, String)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
UnregisterInterestInHostWebList(Guid, String)
UnregisterInterestInList(Guid, String)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to