Click or drag to resize

CaseActivityRepositoryUpdateCaseActivityProcess Method

Update and existing case activity process.

Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public void UpdateCaseActivityProcess(
	Uri oDataUri,
	string processGuid,
	string processName = "",
	string description = "",
	string xml = "",
	bool standard = false,
	DateTime? startDate = null,
	DateTime? endDate = null,
	string accessCode = "",
	string cultureName = ""
)

Parameters

oDataUri  Uri
The OData Uri.
processGuid  String
The process Guid.
processName  String  (Optional)
The process name.
description  String  (Optional)
The process description.
xml  String  (Optional)
The case activity xml.
standard  Boolean  (Optional)
true if the workflow is standard.
startDate  NullableDateTime  (Optional)

[Missing <param name="startDate"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.CaseActivityRepository.UpdateCaseActivityProcess(System.Uri,System.String,System.String,System.String,System.String,System.Boolean,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String)"]

endDate  NullableDateTime  (Optional)

[Missing <param name="endDate"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.CaseActivityRepository.UpdateCaseActivityProcess(System.Uri,System.String,System.String,System.String,System.String,System.Boolean,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String)"]

accessCode  String  (Optional)

[Missing <param name="accessCode"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.CaseActivityRepository.UpdateCaseActivityProcess(System.Uri,System.String,System.String,System.String,System.String,System.Boolean,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String)"]

cultureName  String  (Optional)

[Missing <param name="cultureName"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.CaseActivityRepository.UpdateCaseActivityProcess(System.Uri,System.String,System.String,System.String,System.String,System.Boolean,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String)"]

See Also