Click or drag to resize

ContentTypeGetActivity Method (Int32)

Gets an activity by its id.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public Activity GetActivity(
	int activityId
)

Parameters

activityId
Type: SystemInt32
Id of the activity.

Return Value

Type: Activity
Activity
See Also