Expand Minimize

WorkflowSubscriptionService Transformation

Mappings for SharePoint class Microsoft.SharePoint.WorkflowServices.WorkflowSubscriptionService

Type Mapping

Constructors

SSOM System.Void .ctor()
CSOM ctor(ClientRuntimeContext,ObjectPath)
JSOM constructor SP.WorkflowServices.WorkflowSubscriptionService.constructor(ClientRuntimeContext,ObjectPathStaticProperty)

Properties

Methods

SSOM System.Void DeleteSubscription(System.Guid)
CSOM WorkflowSubscriptionService.DeleteSubscription(Guid)
JSOM WorkflowSubscription SP.WorkflowServices.WorkflowSubscriptionService.deleteSubscription(any)
SSOM Microsoft.SharePoint.WorkflowServices.WorkflowSubscriptionCollection EnumerateSubscriptions()
CSOM WorkflowSubscriptionCollection WorkflowSubscriptionService.EnumerateSubscriptions()
JSOM WorkflowSubscriptionCollection SP.WorkflowServices.WorkflowSubscriptionService.enumerateSubscriptions()
SSOM Microsoft.SharePoint.WorkflowServices.WorkflowSubscriptionCollection EnumerateSubscriptionsByDefinition(System.Guid)
CSOM WorkflowSubscriptionCollection WorkflowSubscriptionService.EnumerateSubscriptionsByDefinition(Guid)
JSOM WorkflowSubscriptionCollection SP.WorkflowServices.WorkflowSubscriptionService.enumerateSubscriptionsByDefinition(string)
SSOM Microsoft.SharePoint.WorkflowServices.WorkflowSubscriptionCollection EnumerateSubscriptionsByEventSource(System.Guid)
CSOM WorkflowSubscriptionCollection WorkflowSubscriptionService.EnumerateSubscriptionsByEventSource(Guid)
JSOM WorkflowSubscriptionCollection SP.WorkflowServices.WorkflowSubscriptionService.enumerateSubscriptionsByEventSource(string)
SSOM Microsoft.SharePoint.WorkflowServices.WorkflowSubscriptionCollection EnumerateSubscriptionsByList(System.Guid)
CSOM WorkflowSubscriptionCollection WorkflowSubscriptionService.EnumerateSubscriptionsByList(Guid)
JSOM WorkflowSubscriptionCollection SP.WorkflowServices.WorkflowSubscriptionService.enumerateSubscriptionsByList(string)
SSOM Microsoft.SharePoint.WorkflowServices.WorkflowSubscription GetSubscription(System.Guid)
CSOM WorkflowSubscription WorkflowSubscriptionService.GetSubscription(Guid)
JSOM WorkflowSubscription SP.WorkflowServices.WorkflowSubscriptionService.getSubscription(any)
SSOM System.Guid PublishSubscription(Microsoft.SharePoint.WorkflowServices.WorkflowSubscription)
CSOM ClientResult WorkflowSubscriptionService.PublishSubscription(WorkflowSubscription)
JSOM GuidResult SP.WorkflowServices.WorkflowSubscriptionService.publishSubscription(WorkflowSubscription)
SSOM System.Guid PublishSubscriptionForList(Microsoft.SharePoint.WorkflowServices.WorkflowSubscription, System.Guid)
CSOM ClientResult WorkflowSubscriptionService.PublishSubscriptionForList(WorkflowSubscription,Guid)
JSOM GuidResult SP.WorkflowServices.WorkflowSubscriptionService.publishSubscriptionForList(WorkflowSubscription,string)
SSOM System.Void RegisterInterestInList(System.Guid, System.String)
CSOM WorkflowSubscriptionService.RegisterInterestInList(Guid,String)
JSOM SP.WorkflowServices.WorkflowSubscriptionService.registerInterestInList(string,string)
SSOM System.Void UnregisterInterestInList(System.Guid, System.String)
CSOM WorkflowSubscriptionService.UnregisterInterestInList(Guid,String)
JSOM SP.WorkflowServices.WorkflowSubscriptionService.unregisterInterestInList(string,string)
Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.