Share via


WorkflowDeploymentService Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.WorkflowServices.WorkflowDeploymentService", ServerTypeId="{3573a52f-3a27-4700-a08e-822c191c2c5d}")]
public class WorkflowDeploymentService : Microsoft.SharePoint.Client.ClientObject
type WorkflowDeploymentService = class
    inherit ClientObject
Public Class WorkflowDeploymentService
Inherits ClientObject
Inheritance
WorkflowDeploymentService
Attributes

Constructors

WorkflowDeploymentService(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)
DeleteCollateral(Guid, String)
DeleteDefinition(Guid)
DeprecateDefinition(Guid)
EnumerateDefinitions(Boolean)
EnumerateIntegratedApps()
FromJson(JsonReader) (Inherited from ClientObject)
GetActivitySignatures(DateTime)
GetCollateralUri(Guid, String)
GetDefinition(Guid)
GetDesignerActions(Web)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from ClientObject)
IsIntegratedApp()
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
PackageDefinition(Guid, String, String, String)
PublishDefinition(Guid)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
SaveCollateral(Guid, String, Stream)
SaveDefinition(WorkflowDefinition)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)
ValidateActivity(String)

Applies to