CaseActivityRepositoryUpdateCaseActivityProcess Method

Scanjour Workflow4 Reference Manual
Update and existing case activity process.

Namespace:  Scanjour.Workflow4.Web.Services.Repositories
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.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
Type: SystemUri
The OData Uri.
processGuid
Type: SystemString
The process Guid.
processName (Optional)
Type: SystemString
The process name.
description (Optional)
Type: SystemString
The process description.
xml (Optional)
Type: SystemString
The case activity xml.
standard (Optional)
Type: SystemBoolean
true if the workflow is standard.
startDate (Optional)
Type: SystemNullableDateTime

[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 (Optional)
Type: SystemNullableDateTime

[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 (Optional)
Type: SystemString

[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 (Optional)
Type: SystemString

[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

Reference