Expand Minimize

WorkflowSubscription Transformation

Mappings for SharePoint class Microsoft.SharePoint.WorkflowServices.WorkflowSubscription

Type Mapping

Constructors

SSOM System.Void .ctor()
CSOM ctor(ClientRuntimeContext)
CSOM ctor(ClientRuntimeContext,ObjectPath)

Properties

SSOM System.Guid get_DefinitionId()
CSOM Guid WorkflowSubscription.get_DefinitionId()
JSOM any SP.WorkflowServices.WorkflowSubscription.get_definitionId()
SSOM System.Boolean get_Enabled()
CSOM Boolean WorkflowSubscription.get_Enabled()
JSOM boolean SP.WorkflowServices.WorkflowSubscription.get_enabled()
SSOM System.Guid get_EventSourceId()
CSOM Guid WorkflowSubscription.get_EventSourceId()
JSOM string SP.WorkflowServices.WorkflowSubscription.get_eventSourceId()
SSOM System.Collections.Generic.List`1<System.String> get_EventTypes()
CSOM IList WorkflowSubscription.get_EventTypes()
JSOM Array SP.WorkflowServices.WorkflowSubscription.get_eventTypes()
SSOM System.Guid get_Id()
CSOM Guid WorkflowSubscription.get_Id()
JSOM string SP.WorkflowServices.WorkflowSubscription.get_id()
SSOM System.Boolean get_ManualStartBypassesActivationLimit()
CSOM Boolean WorkflowSubscription.get_ManualStartBypassesActivationLimit()
JSOM boolean SP.WorkflowServices.WorkflowSubscription.get_manualStartBypassesActivationLimit()
SSOM System.String get_Name()
CSOM String WorkflowSubscription.get_Name()
JSOM any SP.WorkflowServices.WorkflowSubscription.get_name()
SSOM System.Collections.Generic.IDictionary`2<System.String,System.String> get_PropertyDefinitions()
CSOM IDictionary`2 WorkflowSubscription.get_PropertyDefinitions()
JSOM any SP.WorkflowServices.WorkflowSubscription.get_propertyDefinitions()
SSOM System.String get_StatusFieldName()
CSOM String WorkflowSubscription.get_StatusFieldName()
JSOM string SP.WorkflowServices.WorkflowSubscription.get_statusFieldName()
SSOM System.Void set_DefinitionId(System.Guid)
CSOM WorkflowSubscription.set_DefinitionId(Guid)
JSOM any SP.WorkflowServices.WorkflowSubscription.set_definitionId()
SSOM System.Void set_Enabled(System.Boolean)
CSOM WorkflowSubscription.set_Enabled(Boolean)
JSOM boolean SP.WorkflowServices.WorkflowSubscription.set_enabled()
SSOM System.Void set_EventSourceId(System.Guid)
CSOM WorkflowSubscription.set_EventSourceId(Guid)
JSOM string SP.WorkflowServices.WorkflowSubscription.set_eventSourceId()
SSOM System.Void set_EventTypes(System.Collections.Generic.List`1<System.String>)
CSOM WorkflowSubscription.set_EventTypes(IList)
JSOM Array SP.WorkflowServices.WorkflowSubscription.set_eventTypes()
SSOM System.Void set_Id(System.Guid)
CSOM WorkflowSubscription.set_Id(Guid)
JSOM string SP.WorkflowServices.WorkflowSubscription.set_id()
SSOM System.Void set_ManualStartBypassesActivationLimit(System.Boolean)
CSOM WorkflowSubscription.set_ManualStartBypassesActivationLimit(Boolean)
JSOM boolean SP.WorkflowServices.WorkflowSubscription.set_manualStartBypassesActivationLimit()
SSOM System.Void set_Name(System.String)
CSOM WorkflowSubscription.set_Name(String)
JSOM any SP.WorkflowServices.WorkflowSubscription.set_name()
SSOM System.Void set_StatusFieldName(System.String)
CSOM WorkflowSubscription.set_StatusFieldName(String)
JSOM string SP.WorkflowServices.WorkflowSubscription.set_statusFieldName()

Methods

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.