WorkflowActivities 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("PS.WorkflowActivities", ServerTypeId="{7601f2aa-a0f0-43d5-b109-5e228abc0809}")]
public class WorkflowActivities : Microsoft.SharePoint.Client.ClientObject
type WorkflowActivities = class
inherit ClientObject
Public Class WorkflowActivities
Inherits ClientObject
Inheritance
Attributes
Constructors
Properties
Methods
CheckUninitializedProperty(String)
(Inherited from ClientObject )
CreateProjectFromListItem(Guid, Guid, Int32, Guid)
CustomFromJson(JsonReader)
(Inherited from ClientObject )
EnterProjectStage(Guid, Guid)
FromJson(JsonReader)
(Inherited from ClientObject )
InitNonPropertyFieldFromJson(String, JsonReader)
(Inherited from ClientObject )
InitOnePropertyFromJson(String, JsonReader)
(Inherited from ClientObject )
IsObjectPropertyInstantiated(String)
(Inherited from ClientObject )
IsPropertyAvailable(String)
(Inherited from ClientObject )
LeaveProjectStage(Guid)
LoadExpandoFields()
(Inherited from ClientObject )
ReadBooleanProperty(Guid, String)
ReadCurrencyProperty(Guid, String)
ReadDateTimeProperty(Guid, String)
ReadGuidProperty(Guid, String)
ReadIntegerProperty(Guid, String)
ReadNumberProperty(Guid, String)
ReadProjectProperty(Guid, String)
ReadTextProperty(Guid, String)
ReadyToLeaveProjectStage(Guid)
RefreshLoad()
(Inherited from ClientObject )
RemoveFromParentCollection()
(Inherited from ClientObject )
Retrieve()
(Inherited from ClientObject )
Retrieve(String[])
(Inherited from ClientObject )
UpdateBooleanProperty(Guid, String, Boolean)
UpdateClientObjectPropertyType(String, Object, JsonReader)
(Inherited from ClientObject )
UpdateCurrencyProperty(Guid, String, Double)
UpdateDateTimeProperty(Guid, String, DateTime)
UpdateGuidProperty(Guid, String, Guid)
UpdateIdeaListItemStatus(Guid, String)
UpdateIntegerProperty(Guid, String, Int32)
UpdateNumberProperty(Guid, String, Double)
UpdateProjectStageStatus(Guid, Guid, String, UpdateProjectStageStatusFieldValue, Boolean)
UpdateTextProperty(Guid, String, String)
Applies to